From eef908c65981bd05e100655d4ebb22be48dfd4ad Mon Sep 17 00:00:00 2001 From: minneelyyyy Date: Tue, 28 Oct 2025 21:01:29 -0400 Subject: [PATCH] add desc and license to cargo.toml --- Cargo.toml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Cargo.toml b/Cargo.toml index 0e944e9..db66958 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -2,6 +2,8 @@ name = "urigen" version = "0.3.0" edition = "2024" +description = "a simple library for generating URIs from a builder." +license = "MIT" [features] default = ["std"]