This commit is like Batman, It has no parents

This commit is contained in:
2025-03-15 12:28:30 +01:00
commit 1cf34e7888
5 changed files with 1229 additions and 0 deletions

12
Cargo.toml Normal file
View 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"] }