This commit is contained in:
jimmyfraiture
2025-09-17 15:01:23 +01:00
parent 5332f6e215
commit 5a9f82a572
9 changed files with 711 additions and 0 deletions

View File

@@ -14,6 +14,7 @@ workspace = true
[dependencies]
anyhow = "1"
askama = "0.12"
clap = { version = "4", features = ["derive"] }
async-channel = "2.3.1"
base64 = "0.22"
bytes = "1.10.1"
@@ -53,6 +54,7 @@ tokio-util = "0.7.16"
toml = "0.9.5"
toml_edit = "0.23.4"
tracing = { version = "0.1.41", features = ["log"] }
tracing-subscriber = { version = "0.3", features = ["fmt"] }
tree-sitter = "0.25.9"
tree-sitter-bash = "0.25.0"
uuid = { version = "1", features = ["serde", "v4"] }