dc09bin/Cargo.toml

25 lines
502 B
TOML
Raw Permalink Normal View History

2024-02-22 10:48:09 +03:00
[package]
name = "dc09bin"
version = "0.1.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
2024-02-22 11:22:40 +03:00
ntex = { version = "1.1.0", features = ["tokio"] }
ntex-files = "0.4"
2024-03-09 19:13:36 +03:00
ntex-multipart = "1.0.0"
yarte = { version = "0.15.7", features = ["html-min"] }
futures = "0.3.30"
deadpool-postgres = "0.12.1"
tokio-postgres = "0.7.10"
r2d2 = "0.8.10"
r2d2_sqlite = "0.24.0"
rusqlite = "0.31.0"
[build-dependencies]
yarte = "0.15.7"