Initial commit

This commit is contained in:
2022-11-15 16:26:59 +01:00
commit cdb8df60cb
5 changed files with 1186 additions and 0 deletions

12
Cargo.toml Normal file
View File

@@ -0,0 +1,12 @@
[package]
name = "tuemensa"
version = "0.1.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
reqwest = { version = "0.11", features = ["json"] }
serde = { version = "1.0.147", features = ["derive"] }
serde_derive = "1.0.147"
tokio = { version = "1", features = ["full"] }