initial vibe coded app

This commit is contained in:
2026-08-01 14:50:03 -04:00
commit 65886903cd
9 changed files with 4253 additions and 0 deletions
+21
View File
@@ -0,0 +1,21 @@
[package]
name = "sustenance"
version = "0.1.0"
edition = "2024"
[dependencies]
argon2 = "0.5"
axum = { version = "0.8", features = ["ws"] }
futures-util = "0.3"
hex = "0.4"
maud = "0.27"
rand = "0.8"
rusqlite = { version = "0.32", features = ["bundled"] }
serde = { version = "1", features = ["derive"] }
sha2 = "0.10"
thiserror = "2"
tokio = { version = "1", features = ["full"] }
tower-http = { version = "0.6", features = ["fs", "trace"] }
tracing = "0.1"
tracing-subscriber = { version = "0.3", features = ["env-filter"] }
uuid = { version = "1", features = ["v4"] }