diff options
Diffstat (limited to 'Cargo.lock')
-rw-r--r-- | Cargo.lock | 14 |
1 files changed, 8 insertions, 6 deletions
@@ -1,4 +1,11 @@ -[root] +# This file is automatically @generated by Cargo. +# It is not intended for manual editing. +[[package]] +name = "libc" +version = "0.2.23" +source = "registry+https://github.com/rust-lang/crates.io-index" + +[[package]] name = "rcalc" version = "0.1.0" dependencies = [ @@ -6,11 +13,6 @@ dependencies = [ ] [[package]] -name = "libc" -version = "0.2.23" -source = "registry+https://github.com/rust-lang/crates.io-index" - -[[package]] name = "termion" version = "1.3.0" source = "registry+https://github.com/rust-lang/crates.io-index" |