This commit is contained in:
Rakarake 2026-03-28 15:07:35 +01:00
parent ac5cba1c4d
commit 30119b1b2f
5 changed files with 566 additions and 1 deletions

8
mdf-bouncer/Cargo.toml Normal file
View file

@ -0,0 +1,8 @@
[package]
name = "mdf-bouncer"
version = "0.1.0"
edition = "2024"
[dependencies]
axum = "*"
tokio = { version = "*", features = ["full"] }