diff options
Diffstat (limited to 'Cargo.toml')
-rw-r--r-- | Cargo.toml | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/Cargo.toml b/Cargo.toml index 0478c98..dfe0587 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -9,15 +9,11 @@ [package] name = "quotify" -description = "A simple cli utility to shell quote the text inputed into it" +description = "A simple CLI utility to shell quote the text inputted into it" version = "1.0.0" edition = "2021" -license = "%INIT_SPDX_LICENSE_IDENTIFER" -homepage = "%INIT_APPLICATION_HOMEPAGE" +license = "AGPL-3.0-or-later" repository = "https://git.vhack.eu/soispha/tools/quotify" -# TODO -# categories = [""] -# keywords = ["", ""] # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html |