added initial roadmap and implementation
This commit is contained in:
22
realtime/Cargo.toml
Normal file
22
realtime/Cargo.toml
Normal file
@@ -0,0 +1,22 @@
|
||||
[package]
|
||||
name = "realtime"
|
||||
version = "0.1.0"
|
||||
edition = "2021"
|
||||
|
||||
[dependencies]
|
||||
common = { workspace = true }
|
||||
auth = { workspace = true }
|
||||
tokio = { workspace = true }
|
||||
axum = { workspace = true, features = ["ws"] }
|
||||
serde = { workspace = true }
|
||||
serde_json = { workspace = true }
|
||||
sqlx = { workspace = true }
|
||||
tracing = { workspace = true }
|
||||
futures = { workspace = true }
|
||||
uuid = { workspace = true }
|
||||
tokio-postgres = "0.7"
|
||||
postgres-protocol = "0.6"
|
||||
anyhow = { workspace = true }
|
||||
bytes = "1.0"
|
||||
jsonwebtoken = { workspace = true }
|
||||
chrono.workspace = true
|
||||
Reference in New Issue
Block a user