memofs: Use fs_err instead of std::fs when possible

This commit is contained in:
Lucien Greathouse
2020-03-16 20:35:58 -07:00
parent dcc15e8911
commit 363f95ba14
3 changed files with 13 additions and 5 deletions

View File

@@ -11,5 +11,6 @@ homepage = "https://github.com/rojo-rbx/rojo/tree/master/memofs"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
notify = "4.0.15"
crossbeam-channel = "0.4.0"
fs-err = "2.2.0"
notify = "4.0.15"