about summary refs log tree commit diff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorRicky Kresslein <rk@lakoliu.com>2022-04-22 10:30:19 +0300
committerRicky Kresslein <rk@lakoliu.com>2022-04-22 10:30:19 +0300
commite3bb347a12ad929619a51b37f0ca48dcfe46b731 (patch)
tree643d2b973b003e91762af519620e34065953da64 /Cargo.toml
parent22b05e7c934aee734005e7ba601968334467005c (diff)
downloadFurtherance-e3bb347a12ad929619a51b37f0ca48dcfe46b731.tar.zst
Add tags to tasks (Issue #8)
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 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"