This commit is like Batman, It has no parents
This commit is contained in:
12
Cargo.toml
Normal file
12
Cargo.toml
Normal file
@@ -0,0 +1,12 @@
|
||||
[package]
|
||||
name = "p2000-api"
|
||||
version = "0.1.0"
|
||||
edition = "2024"
|
||||
|
||||
[dependencies]
|
||||
async-stream = "0.3.6"
|
||||
axum = { version = "0.8.1", features = ["ws", "http2", "macros"] }
|
||||
futures = "0.3.31"
|
||||
futures-util = "0.3.31"
|
||||
tokio = { version = "1.44.1", features = ["full"] }
|
||||
tokio-stream = { version = "0.1.17", features = ["sync"] }
|
Reference in New Issue
Block a user