diff --git a/Cargo.lock b/Cargo.lock index 8b47dc9..5fab0a1 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1,10 +1,3 @@ -[root] -name = "rustenstein" -version = "0.1.0" -dependencies = [ - "piston_window 0.70.0 (registry+https://github.com/rust-lang/crates.io-index)", -] - [[package]] name = "adler32" version = "1.0.2" @@ -758,6 +751,13 @@ name = "redox_syscall" version = "0.1.31" source = "registry+https://github.com/rust-lang/crates.io-index" +[[package]] +name = "rustenstein" +version = "0.1.0" +dependencies = [ + "piston_window 0.70.0 (registry+https://github.com/rust-lang/crates.io-index)", +] + [[package]] name = "rusttype" version = "0.2.3"