Implementing Calendar logic

This commit is contained in:
Ian Roddis
2021-12-03 14:08:34 -04:00
parent ed489914a7
commit ec8d5bee04
5 changed files with 2267 additions and 12 deletions

View File

@@ -6,3 +6,9 @@ edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
chrono = { version = "0.4", features = ["serde"] }
actix-web = "3"
crossbeam = "0.8"
pam = "0.7"
serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0"