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"]