add repository url

This commit is contained in:
2025-10-28 21:03:24 -04:00
parent eef908c659
commit 5b4a63d0cf

View File

@@ -3,7 +3,8 @@ name = "urigen"
version = "0.3.0" version = "0.3.0"
edition = "2024" edition = "2024"
description = "a simple library for generating URIs from a builder." description = "a simple library for generating URIs from a builder."
license = "MIT" license = "MIT OR Apache-2.0"
repository = "https://git.minneelyyyy.dev/minneelyyyy/urigen-rs"
[features] [features]
default = ["std"] default = ["std"]