add desc and license to cargo.toml

This commit is contained in:
2025-10-28 21:01:29 -04:00
parent b658c0e86e
commit eef908c659

View File

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