Added functions from a private repo I've been working on
This commit is contained in:
parent
c27ee83cec
commit
5b90b7bb95
3 changed files with 208 additions and 11 deletions
10
Cargo.toml
10
Cargo.toml
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue