-
Notifications
You must be signed in to change notification settings - Fork 21
/
Cargo.toml
33 lines (26 loc) · 936 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
32
33
[workspace]
members = [
"crates/holochain*",
"crates/lair_keystore_manager",
"crates/hc_launch/src-tauri",
"src-tauri",
]
resolver = "2"
[workspace.dependencies]
# NEW_VERSION Update holochain dependencies here
holochain = { version = "0.2.8-rc.1", features = ["sqlite-encrypted"] }
holochain_cli_sandbox = "0.2.8-rc.1"
holochain_types = "0.2.7"
holochain_util = { version = "0.2.7", features = [ "pw" ] }
holochain_zome_types = "0.2.7"
holochain_conductor_api = "0.2.7"
holochain_trace = "0.2.7"
holochain_state = "0.2.7"
hdk = "0.2.7"
holochain_client = { git="https://github.com/matthme/holochain-client-rust", branch="bump/0.2.8-rc.0" }
lair_keystore_api = "0.4.2"
mr_bundle = "0.2.7"
devhub_types = { git = "https://github.com/matthme/devhub-dnas", branch = "holochain-0.2.4-rc.0" }
mere_memory_types = { git = "https://github.com/matthme/hc-zome-mere-memory", branch = "holochain-0.2.4-rc.0" }
[http]
timeout = 1000