learning-simple-os/Cargo.lock
2016-06-25 16:03:02 +04:30

13 lines
246 B
TOML

[root]
name = "mahdi_os"
version = "0.1.0"
dependencies = [
"rlibc 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)",
]
[[package]]
name = "rlibc"
version = "0.1.5"
source = "registry+https://github.com/rust-lang/crates.io-index"