initial commit
This commit is contained in:
commit
c403661f43
5 changed files with 571 additions and 0 deletions
8
Cargo.toml
Normal file
8
Cargo.toml
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
[package]
|
||||
name = "axum_shared_memory"
|
||||
version = "0.1.0"
|
||||
edition = "2024"
|
||||
|
||||
[dependencies]
|
||||
axum = { version = "0.8.9", features = ["macros"] }
|
||||
tokio = { version = "1.52.0", features = ["rt-multi-thread"] }
|
||||
Loading…
Add table
Add a link
Reference in a new issue