1[package] 2name = "we-net" 3version = "0.1.0" 4edition.workspace = true 5 6[lib] 7name = "we_net" 8path = "src/lib.rs" 9 10[dependencies] 11we-url = { path = "../url" } 12we-crypto = { path = "../crypto" }