summary refs log tree commit diff
path: root/third_party/cachunker/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'third_party/cachunker/Cargo.toml')
-rw-r--r--third_party/cachunker/Cargo.toml10
1 files changed, 10 insertions, 0 deletions
diff --git a/third_party/cachunker/Cargo.toml b/third_party/cachunker/Cargo.toml
new file mode 100644
index 0000000..7b9444f
--- /dev/null
+++ b/third_party/cachunker/Cargo.toml
@@ -0,0 +1,10 @@
+# SPDX-FileCopyrightText: edef <edef@unfathomable.blue>
+# SPDX-License-Identifier: LGPL-2.1-or-later
+
+[package]
+name = "cachunker"
+version = "0.1.0"
+edition = "2021"
+
+[build-dependencies]
+cc = "1.0.73"