rust/physfs-rs/Cargo.toml
author alfadur
Tue, 15 Mar 2022 19:54:43 +0300
changeset 15838 c910381d1ea9
parent 14435 a1613788130d
permissions -rw-r--r--
limit scope of u128 operations in sqrt

[package]

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

[lib]

name = "physfs"

[dependencies]

libc = "0.1"