suid/Cargo.toml

15 lines
333 B
TOML
Raw Normal View History

2024-05-16 11:30:12 +00:00
[package]
name = "suid"
version = "0.2.0"
2024-05-16 11:30:12 +00:00
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"
2024-05-16 11:30:12 +00:00
[dependencies]
rand = "0.8.5"
tracing = "0.1.40"