bashツール実装

This commit is contained in:
2026-05-01 18:14:13 +09:00
parent 5b27fb9e19
commit 8773e751ec
11 changed files with 793 additions and 66 deletions
+1 -1
View File
@@ -19,7 +19,7 @@ serde_json = "1.0.149"
sha2 = "0.11.0"
tempfile = "3.27.0"
thiserror = "2.0.18"
tokio = { version = "1.51.1", features = ["rt"] }
tokio = { version = "1.51.1", features = ["process", "rt", "time"] }
tracing = "0.1.44"
[dev-dependencies]