suid/Cargo.toml
Louis Hollingworth 41665ea30b
Added executable, added B64 encoding
Signed-off-by: Louis Hollingworth <louis@hollingworth.nl>
2025-06-29 17:39:20 +01:00

18 lines
374 B
TOML

[package]
name = "suid"
version = "0.3.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"
[[bin]]
name = "suid"
[dependencies]
base64 = "0.22.1"
rand = "0.8.5"
tracing = "0.1.40"