summaryrefslogtreecommitdiffstats
path: root/rust/wolfree_download_dependencies/Cargo.toml
blob: a76607dde1f920a576c235e9ee10e01fb581e294 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
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"