initial commit

This commit is contained in:
transatoshi
2025-06-10 16:30:18 -07:00
parent e2a1327b3b
commit 964573d833
3 changed files with 160 additions and 0 deletions

13
Cargo.toml Normal file
View File

@ -0,0 +1,13 @@
[package]
name = "grin-finalize"
version = "0.1.0"
edition = "2024"
[dependencies]
warp = { version = "0.3", features = ["tls"] }
tokio = { version = "1", features = ["full"] }
tokio-rustls = "0.22"
serde = { version = "1.0", features = ["derive"] }
chrono = "0.4"
simplelog = "0.11"
log = "0.4"