[package] name = "mun_vfs" version = "0.4.0" authors = ["The Mun Team "] edition = "2021" description = "Provides an in-memory filesystem" documentation = "https://docs.mun-lang.org/v0.4" readme = "README.md" homepage = "https://mun-lang.org" repository = "https://github.com/mun-lang/mun" license = "MIT OR Apache-2.0" keywords = ["game", "hot-reloading", "language", "mun", "scripting"] categories = ["game-development", "mun"] [dependencies] mun_paths = { version = "0.4.0", path="../mun_paths" } crossbeam-channel = { version = "0.5.0", default-features = false } log = { version = "0.4.11", default-features = false } notify = "5.0.0" rustc-hash = "1.1.0" walkdir = "2.3.1"