-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathCargo.toml
35 lines (24 loc) · 895 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
34
35
[profile.dev]
opt-level = "z"
[profile.release]
opt-level = "z"
[workspace]
members = ["dnas/*/zomes/coordinator/*", "dnas/*/zomes/integrity/*"]
resolver = "2"
[workspace.dependencies]
hdi = "0.4.0-beta-dev.30"
hdk = "0.3.0-beta-dev.34"
serde = "1"
zome_utils = { git = "https://github.com/ddd-mtl/zome-utils", branch = "hdk-3.0" }
[workspace.dependencies.coordinator]
path = "dnas/whosin/zomes/coordinator/coordinator"
[workspace.dependencies.coordinator_integrity]
path = "dnas/whosin/zomes/integrity/coordinator"
[workspace.dependencies.notifications]
path = "dnas/whosin/zomes/coordinator/notifications"
[workspace.dependencies.notifications_integrity]
path = "dnas/whosin/zomes/integrity/notifications"
[workspace.dependencies.profiles]
path = "dnas/converge/zomes/coordinator/profiles"
[workspace.dependencies.profiles_integrity]
path = "dnas/converge/zomes/integrity/profiles"