rust/physfs-rs/Cargo.toml
author unC0Rr
Thu, 22 Oct 2020 12:33:35 +0200
changeset 15752 f09db263bc2a
parent 14435 a1613788130d
permissions -rw-r--r--
Mark global variables in implementation section static

[package]

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

[lib]

name = "physfs"

[dependencies]

libc = "0.1"