structure
This commit is contained in:
15
Cargo.toml
15
Cargo.toml
@@ -1,9 +1,6 @@
|
||||
[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"] }
|
||||
[workspace]
|
||||
members = [
|
||||
"client-gui",
|
||||
"client-network",
|
||||
]
|
||||
resolver = "2"
|
||||
|
||||
Reference in New Issue
Block a user