From 2a5bbfe8131e5e863824009cb0eec3d4599d5d7b Mon Sep 17 00:00:00 2001 From: David Li Date: Tue, 5 Jan 2016 11:03:17 -0700 Subject: Initial commit --- Cargo.lock | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 Cargo.lock (limited to 'Cargo.lock') 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)", +] + -- cgit v1.2.3