init here

This commit is contained in:
2025-11-26 21:32:41 +03:00
commit 33c97acade
91 changed files with 9155 additions and 0 deletions

10
wrapper/Cargo.toml Normal file
View File

@@ -0,0 +1,10 @@
[package]
name = "wrapper"
version = "0.1.0"
edition = "2024"
[dependencies]
axum = "0.8.6"
hyper-util = { version = "0.1.17", features = ["server", "tokio", "http1"] }
tokio = { version = "1.48.0", features = ["full"] }
tower-http = { version = "0.6.6", features = ["fs"] }