aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRichard Walters <rwalters@digitalstirling.com>2020-10-13 17:29:07 -0700
committerRichard Walters <rwalters@digitalstirling.com>2020-10-13 17:29:07 -0700
commitb4fb0021700594eafe1adc8055baf40a8ab5174e (patch)
tree6a693ca3dab768d684222ddc52f2e08e10c9b36b
parent9687a2e6f1bd47325620b82053a678e09fb2c4d5 (diff)
Add description, license-file, and readme to Cargo.toml
-rw-r--r--Cargo.toml3
1 files changed, 3 insertions, 0 deletions
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 <rwalters@digitalstirling.com>"]
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