[package] name = "physfs-rs" version = "0.1.6" authors = ["Antonino Maniscalco antomani103@gmail.com"] edition = "2018" description = "Safe wrapper around PhysicsFs" license = "Zlib" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] physfs-sys = "0.0.0" lazy_static = "1.4.0"