summary refs log tree commit diff
path: root/third_party/cachunker/Cargo.lock
diff options
context:
space:
mode:
Diffstat (limited to 'third_party/cachunker/Cargo.lock')
-rw-r--r--third_party/cachunker/Cargo.lock16
1 files changed, 16 insertions, 0 deletions
diff --git a/third_party/cachunker/Cargo.lock b/third_party/cachunker/Cargo.lock
new file mode 100644
index 0000000..3c09e9b
--- /dev/null
+++ b/third_party/cachunker/Cargo.lock
@@ -0,0 +1,16 @@
+# This file is automatically @generated by Cargo.
+# It is not intended for manual editing.
+version = 3
+
+[[package]]
+name = "cachunker"
+version = "0.1.0"
+dependencies = [
+ "cc",
+]
+
+[[package]]
+name = "cc"
+version = "1.0.73"
+source = "registry+https://github.com/rust-lang/crates.io-index"
+checksum = "2fff2a6927b3bb87f9595d67196a70493f627687a71d87a0d692242c33f58c11"