diff -r 632dfc73cf83 -r a1613788130d rust/physfs-rs/Cargo.toml --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/rust/physfs-rs/Cargo.toml Thu Dec 13 23:44:46 2018 +0100 @@ -0,0 +1,15 @@ +[package] + +name = "physfs-rs" +version = "0.1.0" +license = "zlib" +authors = [ "Robert Habermeier" ] + +[lib] + +name = "physfs" + +[dependencies] + +libc = "0.1" +