hello world

This commit is contained in:
thatscringebro
2026-05-05 21:21:30 -04:00
parent 26d57f742d
commit 990c10c75f
4 changed files with 112 additions and 0 deletions

12
Cargo.toml Normal file
View File

@@ -0,0 +1,12 @@
[package]
name = "git-ui"
version = "0.1.0"
edition = "2024"
[dependencies]
askama = "0.16.0"
axum = "0.8.9"
tokio = { version = "1.52.2", features = ["full"] }
tower-http = { version = "0.6.9", features = ["trace"] }
tracing = "0.1.44"
tracing-subscriber = { version = "0.3.23", features = ["env-filter"] }