forked from Joystream/joystream
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathCargo.toml
36 lines (34 loc) · 979 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
36
[workspace]
members = [
"runtime",
"runtime-modules/proposals/engine",
"runtime-modules/proposals/codex",
"runtime-modules/proposals/discussion",
"runtime-modules/common",
"runtime-modules/council",
"runtime-modules/forum",
"runtime-modules/membership",
"runtime-modules/referendum",
"runtime-modules/storage",
"runtime-modules/working-group",
"runtime-modules/content",
"runtime-modules/constitution",
"runtime-modules/staking-handler",
"runtime-modules/bounty",
"runtime-modules/utility",
"runtime-modules/project-token",
"bin/node",
"bin/inspect",
"bin/utils/chain-spec-builder/",
"bin/utils/session-keys/",
"bin/utils/call-sizes/",
"runtime-modules/support/derive-fixture",
]
exclude = [
"analyses/bench"
]
[profile.release]
# Substrate runtime requires unwinding.
panic = "unwind"
[patch.crates-io]
ss58-registry = { package = 'ss58-registry', git = 'https://github.com/bwhm/ss58-registry', rev = 'a70121e7bbb56f983f6f17771cc79d8f19b481a0'}