TRUSS-2 working on moving to Rust

This commit is contained in:
Blake Ridgway
2026-08-19 01:30:58 +00:00
parent fdbe23e1d9
commit a490de2c3f
10 changed files with 1881 additions and 1397 deletions

14
Cargo.toml Normal file
View File

@@ -0,0 +1,14 @@
[package]
name = "truss"
version = "0.1.0"
edition = "2021"
[dependencies]
axum = "0.8"
tokio = { version = "1", features = ["full"] }
serde = { version = "1", features = ["derive"] }
serde_json = "1"
uuid = { version = "1", features = ["v4"] }
regex = "1"
minijinja = { version = "2", features = ["loader", "json"] }