mirror of
https://github.com/hl-archive-node/nanoreth.git
synced 2025-12-06 10:59:55 +00:00
feat: add p2p crate (#4)
* feat: add p2p crate * move p2p to net subfolder * add lib.rs and Cargo.toml to net * remove net crate, use explicit names in workspace
This commit is contained in:
@ -6,7 +6,8 @@ edition = "2021"
|
||||
[workspace]
|
||||
members = [
|
||||
"crate-template",
|
||||
"crates/*"
|
||||
"crates/primitives",
|
||||
"crates/net/p2p"
|
||||
]
|
||||
|
||||
[dependencies]
|
||||
|
||||
Reference in New Issue
Block a user