initial vibe coded app
This commit is contained in:
+21
@@ -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"] }
|
||||
Reference in New Issue
Block a user