chore: clean up ui
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
2024-09-22 16:34:05 +02:00
parent c2faf6d0b6
commit 96d97a8167
3 changed files with 76 additions and 2 deletions

View File

@@ -11,6 +11,6 @@ gitnow = { path = "crates/gitnow" }
anyhow = { version = "1" }
tokio = { version = "1", features = ["full"] }
tracing = { version = "0.1", features = ["log"] }
tracing-subscriber = { version = "0.3.18" }
tracing-subscriber = { version = "0.3.18", features = ["env-filter"] }
clap = { version = "4", features = ["derive", "env"] }
dotenv = { version = "0.15" }