chore: initial commit
This commit is contained in:
14
backend/Cargo.toml
Normal file
14
backend/Cargo.toml
Normal file
@@ -0,0 +1,14 @@
|
||||
[package]
|
||||
name = "backend"
|
||||
edition = "2024"
|
||||
|
||||
[dependencies]
|
||||
axum = { workspace = true, features = ["tokio", "ws"] }
|
||||
axum-extra = { version = "0.12.5", features = ["typed-routing"] }
|
||||
futures = { workspace = true }
|
||||
postage = { version = "0.5.0", default-features = false, features = [
|
||||
"futures-traits",
|
||||
] }
|
||||
serde = { version = "1.0.228", features = ["derive"] }
|
||||
tokio = { workspace = true, features = ["rt"] }
|
||||
tracing = { workspace = true }
|
||||
Reference in New Issue
Block a user