Added executable, added B64 encoding

Signed-off-by: Louis Hollingworth <louis@hollingworth.nl>
This commit is contained in:
Louis Hollingworth 2025-06-29 17:39:20 +01:00
parent 5b90b7bb95
commit 41665ea30b
Signed by: lucxjo
GPG key ID: A11415CB3DC7809B
6 changed files with 175 additions and 3 deletions

View file

@ -1,6 +1,6 @@
[package]
name = "suid"
version = "0.2.0"
version = "0.3.0"
edition = "2021"
publish = ["ludogit"]
authors = ["Louis Hollingworth <louis@hollingworth.nl>"]
@ -9,6 +9,10 @@ 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"