This commit is contained in:
JMARyA 2024-09-16 13:07:03 +02:00
commit 14a9704249
Signed by: jmarya
GPG key ID: 901B2ADDF27C2263
10 changed files with 1837 additions and 0 deletions

10
Cargo.toml Normal file
View file

@ -0,0 +1,10 @@
[package]
name = "umbrella"
version = "0.1.0"
edition = "2021"
[dependencies]
maud = "0.26.0"
rocket = "0.5.1"
serde = { version = "1.0.210", features = ["derive"] }
serde_yml = "0.0.12"