pull repos

This commit is contained in:
2022-11-21 21:27:36 +01:00
parent 5fc7d7caf9
commit 1879ad00ee
15 changed files with 231 additions and 16 deletions

View File

@@ -9,7 +9,10 @@ edition = "2021"
async-trait = { workspace = true }
eyre = { workspace = true }
tokio = { workspace = true }
tracing = { workspace = true }
rand = "0.8.5"
hex = "0.4.3"
git2 = "0.15.0"
serde = { version = "1.0.147", features = ["derive"] }
serde_yaml = "0.9.14"