diff options
author | Ricky Kresslein <rk@lakoliu.com> | 2022-04-09 12:17:14 +0300 |
---|---|---|
committer | Ricky Kresslein <rk@lakoliu.com> | 2022-04-09 12:17:14 +0300 |
commit | e3a44b30e9d728d9129cfca5d656ae2e186b37f3 (patch) | |
tree | b90b93f417721762c93ebf265bd2786f5ac7be54 /Cargo.toml | |
parent | 707e8ed72d248bcc80a19c9220c1cc6de4dba28d (diff) | |
download | Furtherance-e3a44b30e9d728d9129cfca5d656ae2e186b37f3.tar.zst |
Add system notifications for idle (Issue #15)
Diffstat (limited to 'Cargo.toml')
-rwxr-xr-x | Cargo.toml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Cargo.toml b/Cargo.toml index 53a4f02..3265b3b 100755 --- a/Cargo.toml +++ b/Cargo.toml @@ -12,6 +12,7 @@ directories = "4.0" once_cell = "1.9.0" dbus = "0.9.5" dbus-codegen = "0.10.0" +log = "0.4" [dependencies.gtk] package = "gtk4" |