Final version

This commit is contained in:
transatoshi
2025-09-20 01:34:06 -07:00
parent 39fbf54806
commit 7ac09f780e
3 changed files with 86 additions and 56 deletions

View File

@@ -1,6 +1,6 @@
[package]
name = "grin_faucet"
version = "1.0.0"
name = "grin-faucet"
version = "1.1.0"
edition = "2024"
[dependencies]
@@ -10,6 +10,8 @@ tokio-rustls = "0.22"
serde = { version = "1.0", features = ["derive"] }
chrono = "0.4"
simplelog = "0.11"
arti-client = "0.30.0"
log = "0.4"
sha2 = "0.10"
hex = "0.4.3"
arti = "1.4.3"