forked from nimiq/core-rs-albatross
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Cargo.toml
52 lines (50 loc) · 980 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
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
cargo-features = ["profile-overrides"]
[workspace]
members = [
"beserial",
"beserial/beserial_derive",
"collections",
"database",
"hash",
"hash/hash_derive",
"macros",
"keys",
"key-derivation",
"mnemonic",
"utils",
"primitives",
"primitives/account",
"primitives/block",
"primitives/block-albatross",
"primitives/block-base",
"primitives/transaction",
"blockchain",
"blockchain-albatross",
"blockchain-base",
"block-production",
"block-production-albatross",
"accounts",
"accounts/tree-primitives",
"mempool",
"network-primitives",
"consensus",
"network",
"client",
"rpc-server",
"metrics-server",
"lib",
"messages",
"fixed-unsigned",
"bls",
"validator",
"tools",
"build-tools",
"wallet",
"handel",
"ws-rpc-server",
"vrf",
"transaction-builder",
]
[profile.dev.package.pairing]
opt-level = 3
debug = false