This commit is contained in:
enx01
2025-11-26 18:00:04 +01:00
parent da0888b50f
commit 8c8dbadf18
8 changed files with 320 additions and 0 deletions

9
Cargo.toml Normal file
View File

@@ -0,0 +1,9 @@
[package]
name = "p2p-merkel"
version = "0.1.0"
edition = "2024"
[dependencies]
fltk = "1.5.22"
sha2 = "0.10.9"
tokio = { version = "1.48.0", features = ["rt", "rt-multi-thread", "macros"] }