From b4fb0021700594eafe1adc8055baf40a8ab5174e Mon Sep 17 00:00:00 2001 From: Richard Walters Date: Tue, 13 Oct 2020 17:29:07 -0700 Subject: Add description, license-file, and readme to Cargo.toml --- Cargo.toml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Cargo.toml b/Cargo.toml index 6f16cb6..6bd6d6e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,8 +1,11 @@ [package] name = "uri" version = "0.1.0" +description = "Implementation of IETF RFC 3986, Uniform Resource Identifier (URI)" authors = ["Richard Walters "] edition = "2018" +license-file = "LICENSE.txt" +readme = "README.md" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html -- cgit v1.2.3