init
This commit is contained in:
24
ticktalk/crates/backend/Cargo.toml
Executable file
24
ticktalk/crates/backend/Cargo.toml
Executable file
@@ -0,0 +1,24 @@
|
||||
[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"
|
||||
Reference in New Issue
Block a user