diff options
author | Ricky Kresslein <rk@lakoliu.com> | 2022-04-22 10:30:19 +0300 |
---|---|---|
committer | Ricky Kresslein <rk@lakoliu.com> | 2022-04-22 10:30:19 +0300 |
commit | e3bb347a12ad929619a51b37f0ca48dcfe46b731 (patch) | |
tree | 643d2b973b003e91762af519620e34065953da64 /Cargo.toml | |
parent | 22b05e7c934aee734005e7ba601968334467005c (diff) | |
download | Furtherance-e3bb347a12ad929619a51b37f0ca48dcfe46b731.tar.zst |
Add tags to tasks (Issue #8)
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 7e0c6f2..e7f6fb3 100755 --- a/Cargo.toml +++ b/Cargo.toml @@ -14,6 +14,7 @@ dbus = "0.9.5" dbus-codegen = "0.10.0" log = "0.4" gtk4-macros = "=0.4.3" +itertools = "0.10.3" [dependencies.gtk] package = "gtk4" |