mirror of
https://github.com/Xevion/dynamic-preauth.git
synced 2025-12-09 12:07:07 -06:00
Make demo use JSON, include compile time, sha256 hash, arg option
This commit is contained in:
@@ -5,3 +5,15 @@ edition = "2021"
|
||||
build = "build.rs"
|
||||
|
||||
[dependencies]
|
||||
chrono = "0.4.39"
|
||||
hex = "0.4.3"
|
||||
serde = { version = "1.0.216", features = ["derive"] }
|
||||
serde_json = "1.0.134"
|
||||
sha2 = "0.10.8"
|
||||
|
||||
[build-dependencies]
|
||||
chrono = "0.4.39"
|
||||
hex = "0.4.3"
|
||||
serde = { version = "1.0.216", features = ["derive"] }
|
||||
serde_json = "1.0.134"
|
||||
sha2 = "0.10.8"
|
||||
|
||||
Reference in New Issue
Block a user