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

15 lines
285 B
TOML

[package]
name = "depell"
version = "0.1.0"
edition = "2021"
[dependencies]
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"] }