Files
rust-smb/Cargo.lock

13 lines
252 B
TOML

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