aboutsummaryrefslogtreecommitdiff
path: root/Cargo.lock
diff options
context:
space:
mode:
authorDavid Li <li.davidm96@gmail.com>2016-01-05 11:03:17 -0700
committerDavid Li <li.davidm96@gmail.com>2016-01-05 11:03:17 -0700
commit2a5bbfe8131e5e863824009cb0eec3d4599d5d7b (patch)
tree39cc76d4965a4177e157c878da02c2ac046728e5 /Cargo.lock
Initial commit
Diffstat (limited to 'Cargo.lock')
-rw-r--r--Cargo.lock20
1 files changed, 20 insertions, 0 deletions
diff --git a/Cargo.lock b/Cargo.lock
new file mode 100644
index 0000000..3c80b43
--- /dev/null
+++ b/Cargo.lock
@@ -0,0 +1,20 @@
+[root]
+name = "cacheracer"
+version = "0.1.0"
+dependencies = [
+ "rustv 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
+]
+
+[[package]]
+name = "elfloader32"
+version = "0.0.3"
+source = "registry+https://github.com/rust-lang/crates.io-index"
+
+[[package]]
+name = "rustv"
+version = "0.2.1"
+source = "registry+https://github.com/rust-lang/crates.io-index"
+dependencies = [
+ "elfloader32 0.0.3 (registry+https://github.com/rust-lang/crates.io-index)",
+]
+