awatcher/Cargo.toml
Demmie 91224d63e8
Change logger to fern
It is easier to setup per module.
2023-04-11 22:22:14 -04:00

18 lines
426 B
TOML

[package]
name = "awatcher"
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"
zbus = "3.11.1"
clap = "4.2.1"
log = { version = "0.4.17", features = ["std"] }
fern = { version = "0.6.2", features = ["colored"] }