[package] name = "filesystem" version = "0.1.0" authors = ["Mark Mackey "] edition = "2018" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] [target.'cfg(windows)'.dependencies] winapi = "~0.3.5" windows-acl = "~0.3.0"