summaryrefslogtreecommitdiffstats
path: root/calendar/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'calendar/Cargo.toml')
-rw-r--r--calendar/Cargo.toml12
1 files changed, 12 insertions, 0 deletions
diff --git a/calendar/Cargo.toml b/calendar/Cargo.toml
new file mode 100644
index 0000000..1ab2d69
--- /dev/null
+++ b/calendar/Cargo.toml
@@ -0,0 +1,12 @@
+[package]
+name = "calendar"
+version = "0.1.0"
+edition = "2021"
+
+[dependencies]
+serde = { version = "1.0", features = ["derive"] }
+serde_json = "1.0"
+reqwest = { version = "0.11", features = ["blocking", "json"] }
+regex = "1.10"
+tempfile = "3.8"
+anyhow = "1.0" \ No newline at end of file