-
Notifications
You must be signed in to change notification settings - Fork 1
/
Cargo.toml
35 lines (31 loc) · 1.02 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
[workspace]
resolver = "2"
members = [
"crates/configure-holochain",
"crates/hpos_connect_hc",
"crates/holo_happ_manager",
"crates/core_app_cli",
"crates/holofuel_cli",
"crates/holofuel_init",
"crates/taskgroup_manager",
"crates/holochain_env_setup",
]
[workspace.dependencies]
hpos-config-core = { git = "https://github.com/Holo-Host/hpos-config", rev = "77d740c83a02e322e670e360eb450076b593b328" }
hpos-config-seed-bundle-explorer ={ git = "https://github.com/Holo-Host/hpos-config", rev = "77d740c83a02e322e670e360eb450076b593b328" }
ed25519-dalek = "2.1.1"
holochain_keystore = "0.4.0-rc.0"
holochain_types = { version = "0.4.0-rc.0" }
holochain_conductor_api = "0.4.0-rc.0"
lair_keystore_api = "0.5.2"
holochain_websocket = "0.4.0-rc.0"
holofuel_types = "0.5.14"
sodoken = "0.0.11"
serde = { version = "1.0", features = ["derive", "rc"] }
rmp-serde = "1.1.1"
mr_bundle = { version = "0.4.0-rc.0" }
reqwest = { version = "0.12.4", features = ["json"]}
[profile.dev]
opt-level = "z"
[profile.release]
opt-level = "z"