From c4620dfe3f6f2127b1ba21081b2f9842d5f58a3e Mon Sep 17 00:00:00 2001 From: Rasmus Melchior Jacobsen Date: Mon, 30 Jan 2023 12:03:40 +0100 Subject: [PATCH] Add some fiells to Cargo.toml --- Cargo.toml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Cargo.toml b/Cargo.toml index 1be1fbe..e98bde9 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -2,6 +2,8 @@ name = "nourl" version = "0.1.0" edition = "2021" +description = "A simple Url primitive for no_std environments" +readme = "README.md" repository = "https://github.com/rmja/nourl" authors = ["Rasmus Melchior Jacobsen "] license = "Apache-2.0 or MIT"