Files
2025-12-14 10:39:18 +03:00

25 lines
614 B
TOML
Executable File

[package]
name = "ticktalk-backend"
version = "0.1.0"
edition = "2024"
[dependencies]
actix-web = "4.12.1"
tracing = "0.1.43"
tracing-actix-web = "0.7.19"
tracing-subscriber = { version = "0.3", features = ["env-filter"] }
uuid = { workspace = true }
chrono = { workspace = true }
thiserror = { workspace = true }
ticktalk-db = { path = "../db" }
ticktalk-types = { path = "../types" }
serde = { workspace = true }
serde_json = "1.0.145"
actix = "0.13.5"
tokio = { version = "1.48.0", features = ["process"] }
dashmap = "6.1.0"
actix-web-actors = "4.3.1"
base64 = "0.22"
actix-cors = "0.7.1"
futures-util = "0.3"