summaryrefslogtreecommitdiffstats
path: root/rust/wolfree_download_dependencies/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'rust/wolfree_download_dependencies/Cargo.toml')
-rw-r--r--rust/wolfree_download_dependencies/Cargo.toml20
1 files changed, 20 insertions, 0 deletions
diff --git a/rust/wolfree_download_dependencies/Cargo.toml b/rust/wolfree_download_dependencies/Cargo.toml
new file mode 100644
index 0000000..a76607d
--- /dev/null
+++ b/rust/wolfree_download_dependencies/Cargo.toml
@@ -0,0 +1,20 @@
+# SPDX-License-Identifier: AGPL-3.0-or-later
+
+[package]
+name = "wolfree_download_dependencies"
+version = "2023.8.31"
+authors = [
+ "See the commit history of the Git repositories.",
+ "https://git.kiwifarms.net/wolfree",
+]
+categories = ["development-tools::build-utils"]
+edition = "2021"
+keywords = ["Wolfree", "Docker", "download", "compile", "dependency"]
+license = "AGPL-3.0-or-later"
+readme = "README.md"
+repository = "https://git.kiwifarms.net/wolfree"
+description = "Download and compile dependencies."
+
+[dependencies]
+regex = "1"
+walkdir = "2"