about summary refs log tree commit diff
path: root/Cargo.lock
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.lock
parent707e8ed72d248bcc80a19c9220c1cc6de4dba28d (diff)
downloadFurtherance-e3a44b30e9d728d9129cfca5d656ae2e186b37f3.tar.zst
Add system notifications for idle (Issue #15)
Diffstat (limited to 'Cargo.lock')
-rwxr-xr-xCargo.lock10
1 files changed, 10 insertions, 0 deletions
diff --git a/Cargo.lock b/Cargo.lock
index d1c476f..6d88198 100755
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -214,6 +214,7 @@ dependencies = [
  "gettext-rs",
  "gtk4",
  "libadwaita",
+ "log",
  "once_cell",
  "rusqlite",
 ]
@@ -666,6 +667,15 @@ dependencies = [
 ]
 
 [[package]]
+name = "log"
+version = "0.4.16"
+source = "registry+https://github.com/rust-lang/crates.io-index"
+checksum = "6389c490849ff5bc16be905ae24bc913a9c8892e19b2341dbc175e14c341c2b8"
+dependencies = [
+ "cfg-if",
+]
+
+[[package]]
 name = "malloc_buf"
 version = "0.0.6"
 source = "registry+https://github.com/rust-lang/crates.io-index"