forked from holochain/holochain-rust
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Cargo.toml
48 lines (44 loc) · 1.46 KB
/
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
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
[workspace]
members = [
"crates/cli",
"crates/metrics",
"crates/common",
"crates/holochain",
"crates/conductor_lib",
"crates/conductor_api",
"crates/holochain_wasm",
"crates/core",
"crates/core_types",
"crates/dpki",
"crates/hdk_v2",
"crates/hdk",
"crates/in_stream",
"crates/locksmith",
"crates/net",
"crates/stress",
"crates/trycp_server",
"crates/sim2h",
"crates/sim2h_server",
"crates/wasm_utils"
]
exclude = [
"test_utils",
"app_spec",
"app_spec_proc_macro",
"nodejs_conductor/native",
]
[patch.crates-io]
#lib3h = "=0.0.42"
#lib3h_protocol = "=0.0.42"
#lib3h_crypto_api = "=0.0.42"
#lib3h_sodium = "=0.0.42"
#lib3h_zombie_actor = "=0.0.42"
#lib3h = { git = "https://github.com/holochain/lib3h", branch ="bump_tracing" }
#lib3h_protocol = { git = "https://github.com/holochain/lib3h", branch ="bump_tracing" }
#lib3h_crypto_api = { git = "https://github.com/holochain/lib3h", branch ="bump_tracing" }
#lib3h_sodium = { git = "https://github.com/holochain/lib3h", branch ="bump_tracing" }
#lib3h_zombie_actor = { git = "https://github.com/holochain/lib3h", branch ="bump_tracing" }
#holochain_tracing = { path = "../holochain-tracing/crates/tracing" }
#holochain_tracing_macros = { path = "../holochain-tracing/crates/tracing_macros" }
#holochain_tracing = { git = "https://github.com/holochain/holochain-tracing", branch ="tokio" }
#holochain_tracing_macros = { git = "https://github.com/holochain/holochain-tracing", branch ="tokio" }