-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathCargo.toml
More file actions
32 lines (23 loc) · 764 Bytes
/
Cargo.toml
File metadata and controls
32 lines (23 loc) · 764 Bytes
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
[profile.dev]
opt-level = "z"
[profile.release]
opt-level = "z"
[workspace]
members = ["dnas/*/zomes/coordinator/*", "dnas/*/zomes/integrity/*"]
resolver = "2"
[workspace.dependencies]
hdi = "0.5.0-rc"
hdk = "0.4.0-rc"
serde = "1"
[workspace.dependencies.tables]
path = "dnas/tables/zomes/coordinator/tables"
[workspace.dependencies.tables_integrity]
path = "dnas/tables/zomes/integrity/tables"
[workspace.dependencies.profiles]
path = "dnas/tables/zomes/coordinator/profiles"
[workspace.dependencies.profiles_integrity]
path = "dnas/tables/zomes/integrity/profiles"
[workspace.dependencies.file_storage]
path = "dnas/tables/zomes/coordinator/file_storage"
[workspace.dependencies.file_storage_integrity]
path = "dnas/tables/zomes/integrity/file_storage"