aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authormetamuffin <yvchraiqi@protonmail.com>2022-06-06 22:29:14 +0200
committermetamuffin <yvchraiqi@protonmail.com>2022-06-06 22:29:14 +0200
commitdf31b14b3736a1e71dd8c08297f84e3fba228e39 (patch)
treed588627928bdb4133a5f6b582d22b500e9e1ad1e /Cargo.toml
downloadkarlender-df31b14b3736a1e71dd8c08297f84e3fba228e39.tar
karlender-df31b14b3736a1e71dd8c08297f84e3fba228e39.tar.bz2
karlender-df31b14b3736a1e71dd8c08297f84e3fba228e39.tar.zst
a
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml11
1 files changed, 11 insertions, 0 deletions
diff --git a/Cargo.toml b/Cargo.toml
new file mode 100644
index 0000000..03ed20d
--- /dev/null
+++ b/Cargo.toml
@@ -0,0 +1,11 @@
+[package]
+name = "calender-thing"
+version = "0.1.0"
+edition = "2021"
+
+[dependencies]
+serde = { version = "1.0.137", features = ["derive"] }
+anyhow = "1.0.57"
+log = "0.4.17"
+env_logger = "0.9.0"
+