Moved fs to it's own crate, build failing due to cyclic dependency on rope

This commit is contained in:
Mikayla Maki 2022-10-11 13:03:36 -07:00
parent a833652077
commit 0a8e2f6bb0
7 changed files with 96 additions and 58 deletions

View file

@ -13,6 +13,7 @@ test-support = ["rand"]
[dependencies]
clock = { path = "../clock" }
collections = { path = "../collections" }
fs = { path = "../fs" }
sum_tree = { path = "../sum_tree" }
anyhow = "1.0.38"
arrayvec = "0.7.1"