VFS crate

This commit is contained in:
Lucien Greathouse
2020-02-18 22:30:12 -08:00
parent 8f21514855
commit 838e8f6bde
6 changed files with 214 additions and 7 deletions

10
vfs/Cargo.toml Normal file
View File

@@ -0,0 +1,10 @@
[package]
name = "vfs"
version = "0.1.0"
authors = ["Lucien Greathouse <me@lpghatguy.com>"]
edition = "2018"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
notify = "4.0.15"