From 5b4a63d0cffab6112b1b681110a6b967d73aa0f7 Mon Sep 17 00:00:00 2001 From: minneelyyyy Date: Tue, 28 Oct 2025 21:03:24 -0400 Subject: [PATCH] add repository url --- Cargo.toml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index db66958..4dd480c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -3,7 +3,8 @@ name = "urigen" version = "0.3.0" edition = "2024" 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] default = ["std"]