rust backend, example nix container building

This commit is contained in:
2026-01-13 00:08:58 -05:00
commit 7e5db6b233
11 changed files with 972 additions and 0 deletions

8
Cargo.toml Normal file
View File

@@ -0,0 +1,8 @@
[package]
name = "site"
version = "0.1.0"
edition = "2024"
[dependencies]
axum = "0.8.8"
tokio = { version = "1.49.0", features = ["macros", "rt-multi-thread"] }