WIP, re-doing fs and fake git repos

This commit is contained in:
Mikayla Maki 2022-09-28 11:42:22 -07:00 committed by Julia
parent d5fd531743
commit 71b2126eca
7 changed files with 145 additions and 50 deletions

View file

@ -17,6 +17,8 @@ util = { path = "../util" }
log = { version = "0.4.16", features = ["kv_unstable_serde"] }
smol = "1.2"
parking_lot = "0.11.1"
async-trait = "0.1"
[dev-dependencies]
unindent = "0.1.7"