-
Notifications
You must be signed in to change notification settings - Fork 4
/
Cargo.toml
39 lines (37 loc) · 1.04 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
37
38
39
[workspace]
members = [
"bin/dunitrust-server",
"lib/core/conf",
"lib/core/core",
"lib/core/message",
"lib/core/module",
"lib/core/network",
"lib/dubp/block-doc",
"lib/dubp/common-doc",
"lib/dubp/currency-params",
"lib/dubp/indexes",
"lib/dubp/user-docs",
"lib/dubp/wot",
"lib/dunp/network-documents",
"lib/modules-lib/bc-db-reader",
"lib/modules/blockchain/blockchain",
"lib/modules/blockchain/bc-db-writer",
"lib/modules/skeleton",
"lib/modules/tui",
"lib/modules/ws2p-v1-legacy",
"lib/modules/ws2p/ws2p",
"lib/modules/ws2p/ws2p-protocol",
"lib/tests-tools/bc-db-tests-tools",
"lib/tests-tools/blocks-tests-tools",
"lib/tests-tools/crypto-tests-tools",
"lib/tests-tools/user-docs-tests-tools",
"lib/tests-tools/common-tests-tools",
"lib/tools/common-tools",
"lib/tools/dbs-tools",
"lib/tools/json-pest-parser",
"lib/tools/rules-engine",
]
[profile.dev]
panic = 'abort'
[profile.release]
panic = 'abort'