initial v0.3.0

This commit is contained in:
2025-10-28 19:56:16 -04:00
commit f39a88b301
5 changed files with 225 additions and 0 deletions

7
Cargo.toml Normal file
View File

@@ -0,0 +1,7 @@
[package]
name = "urigen"
version = "0.3.0"
edition = "2024"
[dependencies]
indexmap = "2.6.0"