Files
rojo/vfs/Cargo.toml
Lucien Greathouse 838e8f6bde VFS crate
2020-02-18 22:30:12 -08:00

11 lines
241 B
TOML

[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"