summaryrefslogtreecommitdiff
path: root/Cargo.lock
diff options
context:
space:
mode:
Diffstat (limited to 'Cargo.lock')
-rw-r--r--Cargo.lock14
1 files changed, 8 insertions, 6 deletions
diff --git a/Cargo.lock b/Cargo.lock
index 0c293ce..0acc6ce 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -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"