Files
rojo/vfs/Cargo.toml
Lucien Greathouse 52e1dbd846 Flesh out crate
2020-02-18 23:16:56 -08:00

15 lines
352 B
TOML

[package]
name = "vfs"
version = "0.1.0"
authors = ["Lucien Greathouse <me@lpghatguy.com>"]
edition = "2018"
readme = "README.md"
license = "MIT"
homepage = "https://github.com/rojo-rbx/rojo"
# 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"