-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathCargo.toml
31 lines (26 loc) · 1.11 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
[workspace]
members = [
"circuits-storage-common",
"pallets/mobile-registry",
"pallets/ocw-circuits",
"pallets/ocw-garble",
"pallets/tx-registry",
"pallets/tx-validation",
]
resolver = "2"
# https://docs.rust-embedded.org/embedonomicon/smallest-no-std.html?search=global_allocator
[profile.dev]
panic = "abort"
[profile.release]
panic = "abort"
################################################################################
# [patch."https://github.com/Interstellar-Network/lib-garble-rs.git"]
# lib-garble-rs = { path = "../lib-garble-rs/lib-garble-rs/" }
# [patch."https://github.com/Interstellar-Network/rs-common.git"]
# interstellar-http-client = { path = "../rs-common/http-client/" }
# tests-utils = { path = "../rs-common/tests_utils/" }
# interstellar-ipfs-client = { path = "../rs-common/ipfs-client-http-req/" }
# [patch."https://github.com/Interstellar-Network/lib_circuits.git"]
# circuit-gen-rs = { path = "../lib_circuits/circuit-gen-rs" }
# circuit-types-rs = { path = "../lib_circuits/circuit-types-rs" }
################################################################################