-
Notifications
You must be signed in to change notification settings - Fork 13
/
Copy pathCargo.toml
31 lines (29 loc) · 974 Bytes
/
Cargo.toml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
[workspace]
resolver = "2"
members = [
# "leaf/leaf-rpc-client-tui",
"leaf/leaf-protocol",
"leaf/leaf-protocol/macros",
"leaf/leaf-protocol/types",
"leaf/leaf-rpc-client",
"leaf/leaf-rpc-client-cli",
"leaf/leaf-rpc-proto",
"leaf/leaf-rpc-server",
]
[workspace.package]
version = "0.1.0"
authors = ["Weird / Leaf Contributors"]
categories = ["network-programming"]
documentation = "https://github.com/muni-town/agentic-fediverse/blob/main/leaf-protocol-draft.md"
edition = "2021"
keywords = ["p2p", "leaf", "protocol", "local-first", "offline"]
license = "BlueOak-1.0.0"
repository = "https://github.com/muni-town/weird/"
# [patch.crates-io]
# iroh = { path = "../iroh/iroh" }
# iroh-base = { path = "../iroh/iroh-base" }
# iroh-blobs = { path = "../iroh/iroh-blobs" }
# iroh-docs = { path = "../iroh/iroh-docs" }
# iroh-gossip = { path = "../iroh/iroh-gossip" }
# iroh-metrics = { path = "../iroh/iroh-metrics" }
# iroh-net = { path = "../iroh/iroh-net" }