holey-bytes/depell/Cargo.toml
2024-10-09 00:17:13 +02:00

16 lines
303 B
TOML

[package]
name = "depell"
version = "0.1.0"
edition = "2021"
[dependencies]
anyhow = "1.0.89"
axum = "0.7.7"
getrandom = "0.2.15"
htmlm = "0.3.0"
log = "0.4.22"
rusqlite = "0.32.1"
serde = { version = "1.0.210", features = ["derive"] }
time = "0.3.36"
tokio = { version = "1.40.0", features = ["rt"] }