holey-bytes/depell/Cargo.toml

18 lines
424 B
TOML
Raw Normal View History

2024-10-04 14:44:29 -05:00
[package]
name = "depell"
version = "0.1.0"
edition = "2021"
[dependencies]
2024-10-14 06:25:38 -05:00
argon2 = "0.5.3"
2024-10-08 17:17:13 -05:00
axum = "0.7.7"
2024-10-05 16:07:33 -05:00
getrandom = "0.2.15"
2024-10-14 06:25:38 -05:00
hblang.workspace = true
htmlm = "0.5.0"
2024-10-08 17:17:13 -05:00
log = "0.4.22"
2024-10-14 06:25:38 -05:00
rand_core = { version = "0.6.4", features = ["getrandom"] }
2024-10-12 14:25:37 -05:00
rusqlite = { version = "0.32.1", features = ["bundled"] }
2024-10-08 17:17:13 -05:00
serde = { version = "1.0.210", features = ["derive"] }
time = "0.3.36"
tokio = { version = "1.40.0", features = ["rt"] }