axum-app-state-basic-demo/Cargo.toml

8 lines
204 B
TOML
Raw Permalink Normal View History

2026-05-08 16:16:07 +02:00
[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"] }