/ Cargo.toml
Cargo.toml
 1  [workspace]
 2  resolver = "2"
 3  members = [
 4    "core",
 5    "p2p",
 6    "app",
 7  ]
 8  
 9  [workspace.package]
10  version = "0.1.0"
11  edition = "2021"
12  license = "Unlicense"
13  
14  [workspace.lints.rust]
15  unexpected_cfgs = { level = "warn", check-cfg = ['cfg(tokio_unstable)'] }