wolfree-dockerfile/rust/wolfree_download_dependencies/Cargo.toml

21 lines
555 B
TOML

# 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"