holey-bytes/depell/Cargo.toml
2024-10-12 21:25:37 +02:00

15 lines
323 B
TOML

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