18 lines
No EOL
402 B
TOML
18 lines
No EOL
402 B
TOML
[package]
|
|
name = "mad-lobby-service"
|
|
version = "0.1.0"
|
|
edition = "2024"
|
|
|
|
[dependencies]
|
|
axum = { version = "0.8" }
|
|
juniper = "0.16"
|
|
tokio = { version = "1.20", features = ["macros", "net", "rt-multi-thread", "time"] }
|
|
tokio-stream = "0.1"
|
|
tokio-tungstenite = "0.26"
|
|
anyhow = "1.0"
|
|
juniper_axum = "0.2"
|
|
rand = "0.9"
|
|
jwt = "0.16"
|
|
hmac = "0.12"
|
|
sha2 = "0.10"
|
|
uuid = { version = "1.16", features = ["v4"] } |