ietf

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | README | LICENSE

commit 225941dfb717bcc398b7d469fa8d089707e31db9
parent e0cd436ac1cdbdd66dd2d434c1419dc40bab5cab
Author: cy6erlion <dev@merely.tech>
Date:   Tue, 29 Dec 2020 19:05:06 +0200

Add metedata fields to Cargo.toml

Diffstat:
MCargo.toml | 9+++++++++
1 file changed, 9 insertions(+), 0 deletions(-)

diff --git a/Cargo.toml b/Cargo.toml @@ -3,6 +3,15 @@ name = "ietf" version = "0.1.0" authors = ["cy6erlion <dev@merely.tech>"] edition = "2018" +description = "A program to read IETF RFCs in the terminal." +homepage = "https://github.com/cy6erlion/ietf" +documentation = "https://github.com/cy6erlion/ietf/blob/master/README.md#guide" +repository = "https://github.com/cy6erlion/ietf" +readme = "README.md" +keywords = ["cli", "RFC", "IETF", "Pager"] +categories = ["command-line-utilities"] + +license = "MIT" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html