suid/Cargo.toml

15 lines
333 B
TOML

[package]
name = "suid"
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"