cdb/Cargo.toml

21 lines
485 B
TOML
Raw Normal View History

2024-01-14 02:57:13 +00:00
[package]
name = "cdb"
version = "0.1.0"
edition = "2021"
[dependencies]
actix-web = "4.4.1"
2024-04-29 11:37:36 +00:00
chrono = "0.4.38"
2024-01-14 02:57:13 +00:00
env_logger = "0.10.1"
2024-01-16 08:02:23 +00:00
futures = "0.3.30"
2024-01-14 02:57:13 +00:00
log = "0.4.20"
maud = "0.25.0"
2024-05-02 14:13:31 +00:00
mdq = { git = "https://git.hydrar.de/mdtools/mdq", version = "0.3.0" }
2024-01-14 02:57:13 +00:00
mongodb = "2.8.0"
serde = { version = "1.0.195", features = ["derive"] }
serde_json = "1.0.111"
tokio = { version = "1.35.1", features = ["full"] }
toml = "0.8.8"
2024-04-29 11:11:27 +00:00
uuid = { version = "1.8.0", features = ["v4"] }
2024-01-14 02:57:13 +00:00
web-base = "0.2.2"