inquisitorum/Cargo.toml

20 lines
586 B
TOML

[package]
name = "inquisitorum"
version = "0.1.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
actix-web = "4"
diesel = { version = "2.1.0", features = ["r2d2", "postgres", "chrono", "numeric"] }
async-std = { version = "1", features = ["attributes"] }
serde = { version = "1.0", features = ["derive"] }
dotenvy_macro = "0.15.7"
unidecode = "0.3.0"
serde_json = { version = "1.0.96", features = ["preserve_order"] }
regex = "1.8.3"
chrono = "0.4.24"
diesel_full_text_search = "2.1.0"
r2d2 = "0.8.10"