Files
rust-smb/Cargo.lock
2014-12-16 21:53:26 +01:00

13 lines
254 B
TOML

[root]
name = "super-matte-bros"
version = "0.0.1"
dependencies = [
"sdl2 0.0.10 (registry+https://github.com/rust-lang/crates.io-index)",
]
[[package]]
name = "sdl2"
version = "0.0.10"
source = "registry+https://github.com/rust-lang/crates.io-index"