Hacky first go at it -- keeping the existing VfsItem infrastructure

I think this is actually a pretty reasonable flow.
This commit is contained in:
Lucien Greathouse
2017-12-13 15:41:25 -08:00
parent b4e31ea35d
commit 5bf1f11190
4 changed files with 182 additions and 3 deletions

View File

@@ -18,3 +18,5 @@ serde_derive = "1.0"
serde_json = "1.0"
notify = "4.0.0"
rand = "0.3"
regex = "0.2"
lazy_static = "1.0"