sandy/Cargo.toml

18 lines
404 B
TOML
Raw Normal View History

2024-02-17 15:53:47 +01:00
[package]
name = "sandy"
version = "0.1.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
askama = "0.12.1"
2024-03-03 17:55:27 +01:00
femme = "2.2.1"
log = "0.4.20"
2024-02-17 15:53:47 +01:00
rand = "0.8.5"
serde = { version = "1.0.196", features = ["derive"] }
serde_json = "1.0.113"
static_dir = "0.2.0"
tokio = { version = "1.36.0", features = ["full"] }
warp = "0.3.6"