From faa323410fe3f70721213b74227aff2c21fa1073 Mon Sep 17 00:00:00 2001 From: Melody Horn Date: Sat, 27 Mar 2021 10:49:22 -0600 Subject: fill in project metadata --- Cargo.toml | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index 202c170..5c0c666 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,10 +1,15 @@ [package] name = "webget" version = "0.1.0" -authors = ["Melody Horn "] +authors = ["Melody Horn / boringcactus "] edition = "2018" - -# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html +description = "a wget-like file downloader" +readme = "README.md" +repository = "https://code.boringcactus.com/webget/" +license = "LicenseRef-ACSL" +license-file = "LICENSE" +keywords = ["download", "wget"] +categories = ["command-line-utilities"] [dependencies] anyhow = "1" -- cgit v1.2.3