initial commit

This commit is contained in:
Matthieu Bessat 2026-05-08 16:16:07 +02:00
commit c403661f43
5 changed files with 571 additions and 0 deletions

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