aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorJoris2021-11-28 18:51:44 +0100
committerJoris2021-11-28 18:51:44 +0100
commitce978143f1360e16e85587644055a9f83d11c64c (patch)
tree256272f6fdb01dc1f2a21ed715918fdf43f6f064 /Cargo.toml
parent3c5be0300f281d809cbe2ecdf52a4ef34598f084 (diff)
downloadcalendar-ce978143f1360e16e85587644055a9f83d11c64c.tar.gz
calendar-ce978143f1360e16e85587644055a9f83d11c64c.tar.bz2
calendar-ce978143f1360e16e85587644055a9f83d11c64c.zip
Allow to add events
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index f240486..277ac45 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -7,4 +7,4 @@ edition = "2018"
[dependencies]
chrono = "0.4"
gtk4 = { version = "0.3", features = ["v4_2"] }
-pango = "0.14"
+async-channel = "1.6"