1
0
Fork 0

add base repo test

This commit is contained in:
Cyborus 2023-11-29 16:24:28 -05:00
parent f931a3345e
commit 09d6765663
No known key found for this signature in database
3 changed files with 119 additions and 1 deletions

View file

@ -16,4 +16,5 @@ time = { version = "0.3.22", features = ["parsing", "serde", "formatting"] }
[dev-dependencies]
eyre = "0.6.9"
tokio = { version = "1.29.1", features = ["net", "rt", "macros"] }
tokio = { version = "1.29.1", features = ["net", "fs", "rt", "macros"] }
git2 = "0.18.1"