cdb/Cargo.toml
JMARyA 92119cda8c
All checks were successful
ci/woodpecker/push/build Pipeline was successful
add panic trace
2025-07-07 23:58:27 +02:00

24 lines
793 B
TOML

[package]
name = "cdb"
version = "0.1.0"
edition = "2024"
[dependencies]
futures = "0.3.30"
log = "0.4.20"
mdq = { git = "https://git.hydrar.de/mdtools/mdq" }
based = { git = "https://git.hydrar.de/jmarya/based" }
rocket = { version = "0.5.1", features = ["json"] }
rocket_cors = "0.6.0"
serde = { version = "1.0.195", features = ["derive"] }
serde_json = "1.0.111"
serde_yaml = "0.9.34"
tokio = { version = "1.35.1", features = ["full"] }
toml = "0.8.8"
env_logger = "0.11.5"
walkdir = "2.5.0"
reqwest = { version = "0.12", features = ["json"] }
chrono = { version = "0.4.38", features = ["serde"] }
uuid = { version = "1.8.0", features = ["v4", "serde"] }
sqlx = { version = "0.8", features = ["postgres", "runtime-tokio-native-tls", "derive", "uuid", "chrono", "json"] }
sentry = "0.41.0"