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.lock | |
parent | 707e8ed72d248bcc80a19c9220c1cc6de4dba28d (diff) | |
download | Furtherance-e3a44b30e9d728d9129cfca5d656ae2e186b37f3.tar.zst |
Add system notifications for idle (Issue #15)
Diffstat (limited to 'Cargo.lock')
-rwxr-xr-x | Cargo.lock | 10 |
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" |