[package] name = "vfs-tools" version = "0.1.0" edition = "2021" license = "MIT OR Apache-2.0" description = "A collection ofttools to work with VFS" homepage = "https://gitlab.com/johlrogge.rs/crates/vfs-tools" documentation = "https://docs.rs/vfs-tools" repository = "https://gitlab.com/johlrogge.rs/crates/vfs-tools" readme = "README.md" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] resiter = "0.5.0" thiserror = "1.0.39" vfs = "0.9"