Added executable, added B64 encoding
Signed-off-by: Louis Hollingworth <louis@hollingworth.nl>
This commit is contained in:
parent
5b90b7bb95
commit
41665ea30b
6 changed files with 175 additions and 3 deletions
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue