Files
git-ui/Cargo.toml
thatscringebro 990c10c75f hello world
2026-05-05 21:21:30 -04:00

13 lines
309 B
TOML

[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"] }