Make demo use JSON, include compile time, sha256 hash, arg option

This commit is contained in:
2024-12-21 22:26:17 -06:00
parent bb7eada73c
commit 9aaefc7bb4
5 changed files with 499 additions and 5 deletions

View File

@@ -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"