aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorhozan23 <hozan23@proton.me>2023-11-22 21:48:09 +0300
committerhozan23 <hozan23@proton.me>2023-11-22 21:48:09 +0300
commitd4c8251ea3c4f6e809bb19f8faa907083316f483 (patch)
tree5b2409cb338f4c1f46029b27c94f0bcfe5b02fec /Cargo.toml
parent34b0a91dbb107962dae4f593a36d30a29ea87c45 (diff)
add Docs section to README.md file & add an example to p2p crate
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 4d85f3f..493e348 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -5,7 +5,6 @@ members = [
"p2p",
"jsonrpc",
]
-
resolver = "2"
[workspace.package]
@@ -17,3 +16,4 @@ karyons_core = { path = "core" }
karyons_net = { path = "net" }
karyons_p2p = { path = "p2p" }
karyons_jsonrpc = { path = "jsonrpc" }
+