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:
Dan Cline
2022-09-30 12:27:52 -04:00
committed by GitHub
parent f3b26fd91b
commit 6ff7cf5a74
4 changed files with 24 additions and 1 deletions

View File

@ -6,7 +6,8 @@ edition = "2021"
[workspace]
members = [
"crate-template",
"crates/*"
"crates/primitives",
"crates/net/p2p"
]
[dependencies]