Add Cargo.lock file

This commit is contained in:
Jeremy Soller
2017-07-26 08:02:31 -06:00
parent 8c9a42a809
commit 31830fb9af
Generated
+14
View File
@@ -0,0 +1,14 @@
[root]
name = "init"
version = "0.1.0"
dependencies = [
"redox_syscall 0.1.27 (registry+https://github.com/rust-lang/crates.io-index)",
]
[[package]]
name = "redox_syscall"
version = "0.1.27"
source = "registry+https://github.com/rust-lang/crates.io-index"
[metadata]
"checksum redox_syscall 0.1.27 (registry+https://github.com/rust-lang/crates.io-index)" = "80dcf663dc552529b9bfc7bdb30ea12e5fa5d3545137d850a91ad410053f68e9"