diff options
author | Benedikt Peetz <benedikt.peetz@b-peetz.de> | 2024-10-04 17:55:39 +0200 |
---|---|---|
committer | Benedikt Peetz <benedikt.peetz@b-peetz.de> | 2024-10-04 17:55:39 +0200 |
commit | df27c5072ccf787d12df15c2639e60b07e821722 (patch) | |
tree | 696ba9297f34c23c734109daabec4c0139a9455f | |
parent | docs(README.md): Fix typos (diff) | |
download | quotify-df27c5072ccf787d12df15c2639e60b07e821722.tar.gz quotify-df27c5072ccf787d12df15c2639e60b07e821722.zip |
docs(Cargo.toml): Fix typos prime
-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 |