This commit is contained in:
JOLIMAITRE Matthieu 2024-07-25 01:24:41 +02:00
commit 3f461e8375
6 changed files with 1571 additions and 0 deletions

16
Cargo.toml Normal file
View file

@ -0,0 +1,16 @@
[package]
name = "motifs"
version = "0.1.0"
edition = "2021"
[dependencies]
anyhow = "1.0.86"
axum = "0.7.5"
chrono = "0.4.38"
maud = { version = "0.26.0", features = ["axum"] }
serde = { version = "1.0.204", features = ["derive"] }
serde_bson = "0.0.1"
serde_json = "1.0.120"
sled = "0.34.7"
stylist = "0.13.0"
tokio = { version = "1.39.1", features = ["net", "rt-multi-thread"] }