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