-
Notifications
You must be signed in to change notification settings - Fork 0
/
Cargo.toml
36 lines (31 loc) · 1.08 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
[workspace]
members = [
"dna/zomes/path_explorer",
"dna/zomes/authorship_integrity",
"dna/zomes/authorship_coordinator",
"dna/zomes/authorship_zapi",
"dna/zomes/profiles_integrity",
"dna/zomes/profiles",
"dna/zomes/threads_integrity",
"dna/zomes/threads",
]
[workspace.package]
version = "0.1.0"
rust-version = "1.70.0"
edition = "2021"
[workspace.dependencies]
serde = { version = "=1.0.163", default-features = false }
hdi = { version = "=0.3.6", default-features = false }
hdk = { version = "=0.2.6", default-features = false }
zome_utils = { git = "https://github.com/ddd-mtl/zome-utils", branch = "hdk-2.6" }
time_indexing = { git = "https://github.com/ddd-mtl/time-indexing", branch = "hdk-2.6" }
path_explorer_types = {git = "https://github.com/lightningrodlabs/path-explorer", package = "path_explorer_types", branch = "hdk-2.6"}
path_explorer = {git = "https://github.com/lightningrodlabs/path-explorer", package = "path_explorer", branch = "hdk-2.6"}
[profile.dev]
lto = false
opt-level = 0
overflow-checks = false
[profile.release]
opt-level = "z"
#lto = true
lto = false