Files
multiverse/engine/xcu-billing-matrix/Cargo.toml
T

17 lines
505 B
TOML

# [TSM.ID].[11031972] -- All Rights Reserved. Proprietary & Confidential.
[package]
name = "xcu-billing-matrix"
version = "0.1.0"
edition = "2021"
[dependencies]
tokio = { version = "1.0", features = ["full"] }
axum = "0.7"
serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0"
duckdb = { version = "1.1.0", features = ["bundled"] }
tracing = "0.1"
tracing-subscriber = "0.3"
tower-http = { version = "0.5", features = ["cors"] }
redis = { version = "0.24.0", features = ["tokio-comp"] }