learning-simple-os/Cargo.lock

13 lines
246 B
Plaintext
Raw Normal View History

2016-06-25 11:33:02 +00:00
[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"