Added functions from a private repo I've been working on

This commit is contained in:
Louis Hollingworth 2024-05-16 12:35:59 +01:00
parent c27ee83cec
commit 5b90b7bb95
Signed by: lucxjo
GPG key ID: A11415CB3DC7809B
3 changed files with 208 additions and 11 deletions

View file

@ -1,6 +1,14 @@
[package]
name = "suid"
version = "0.1.0"
version = "0.2.0"
edition = "2021"
publish = ["ludogit"]
authors = ["Louis Hollingworth <louis@hollingworth.nl>"]
description = "A simple unique id library"
readme = "README.md"
repository = "https://git.ludoviko.ch/lucxjo/suid"
license = "AGPL-3.0-or-later"
[dependencies]
rand = "0.8.5"
tracing = "0.1.40"