Rename vfs -> memofs across the codebase

This commit is contained in:
Lucien Greathouse
2020-03-10 18:05:31 -07:00
parent f61f3671a6
commit 5be4175ac3
28 changed files with 43 additions and 41 deletions

View File

@@ -32,14 +32,14 @@ members = [
"rojo-test",
"rojo-insta-ext",
"clibrojo",
"vfs",
"memofs",
]
default-members = [
".",
"rojo-test",
"rojo-insta-ext",
"vfs",
"memofs",
]
[lib]
@@ -82,7 +82,7 @@ structopt = "0.3.5"
termcolor = "1.0.5"
tokio = "0.1.22"
uuid = { version = "0.8.1", features = ["v4", "serde"] }
vfs = { path = "vfs" }
memofs = { path = "memofs" }
[target.'cfg(windows)'.dependencies]
winreg = "0.6.2"