Moved fs to it's own crate, build failing due to cyclic dependency on rope
This commit is contained in:
parent
a833652077
commit
0a8e2f6bb0
7 changed files with 96 additions and 58 deletions
|
@ -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"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue