about summary refs log tree commit diff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorRicky Kresslein <rk@lakoliu.com>2022-04-09 12:17:14 +0300
committerRicky Kresslein <rk@lakoliu.com>2022-04-09 12:17:14 +0300
commite3a44b30e9d728d9129cfca5d656ae2e186b37f3 (patch)
treeb90b93f417721762c93ebf265bd2786f5ac7be54 /Cargo.toml
parent707e8ed72d248bcc80a19c9220c1cc6de4dba28d (diff)
downloadFurtherance-e3a44b30e9d728d9129cfca5d656ae2e186b37f3.tar.zst
Add system notifications for idle (Issue #15)
Diffstat (limited to 'Cargo.toml')
-rwxr-xr-xCargo.toml1
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"