learning-simple-os/Cargo.lock

19 lines
427 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)",
"spin 0.3.5 (registry+https://github.com/rust-lang/crates.io-index)",
2016-06-25 11:33:02 +00:00
]
[[package]]
name = "rlibc"
version = "0.1.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
[[package]]
name = "spin"
version = "0.3.5"
source = "registry+https://github.com/rust-lang/crates.io-index"