first fully working version

This commit is contained in:
hexlocation pc 2024-07-12 21:36:35 +02:00
parent 473bd34e4f
commit db01e0494f
6 changed files with 205 additions and 31 deletions

View file

@ -6,7 +6,9 @@ edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
rocket = "0.5.1"
chrono = "0.4.38"
rocket = {version="0.5.1", features=["json"]}
rocket_dyn_templates = { version = "0.2.0", features = ["tera"] }
serde = "1.0.204"
serde_json = "1.0.120"
supports-color = "3.0.0"