rust/physfs-rs/Cargo.toml
author unC0Rr
Thu, 22 Oct 2020 12:50:24 +0200
changeset 15753 72f735c03fec
parent 14435 a1613788130d
permissions -rw-r--r--
Fix some problems caught by C compiler

[package]

name = "physfs-rs"
version = "0.1.0"
license = "zlib"
authors = [ "Robert Habermeier" ]

[lib]

name = "physfs"

[dependencies]

libc = "0.1"