add: everything else

This commit is contained in:
trisua 2025-03-21 01:38:07 -04:00
parent c982e1dc15
commit 6dff656583
19 changed files with 4955 additions and 0 deletions

18
Cargo.toml Normal file
View file

@ -0,0 +1,18 @@
[package]
name = "tetratto"
version = "0.1.0"
edition = "2024"
[dependencies]
pathbufd = "0.1.4"
rusqlite = "0.34.0"
serde = { version = "1.0.219", features = ["derive"] }
tera = "1.20.0"
toml = "0.8.20"
tracing = "0.1.41"
tracing-subscriber = { version = "0.3.19", features = ["env-filter"] }
tower-http = { version = "0.6.2", features = ["trace", "fs"] }
axum = { version = "0.8.1", features = ["macros"] }
tokio = { version = "1.44.0", features = ["macros", "rt-multi-thread"] }
rainbeam-shared = "1.0.1"
serde_json = "1.0.140"