mirror of
https://github.com/2e3s/awatcher.git
synced 2025-06-06 11:35:46 +00:00
14 lines
295 B
TOML
14 lines
295 B
TOML
[package]
|
|
name = "aw-watcher"
|
|
version = "0.1.0"
|
|
edition = "2021"
|
|
|
|
[dependencies]
|
|
aw-client-rust = { git = "https://github.com/ActivityWatch/aw-server-rust" }
|
|
gethostname = "0.4.1"
|
|
wayland-client = "0.30.1"
|
|
wayland-scanner = "0.30"
|
|
wayland-backend = "0.1"
|
|
chrono = "0.4.24"
|
|
serde_json = "1.0.95"
|