chore: add repository to Cargo.toml

This commit is contained in:
ThetaDev 2023-11-15 18:17:53 +01:00
parent f0fef4f1d2
commit 5890a15641

View file

@ -5,6 +5,7 @@ edition = "2021"
authors = ["ThetaDev <t.testboy@gmail.com>"]
license = "MIT"
description = "Generate and translate standard UUIDs into shorter formats"
repository = "https://code.thetadev.de/ThetaDev/short-uuid"
keywords = ["uuid", "base58", "base62"]
[features]