-
Notifications
You must be signed in to change notification settings - Fork 184
/
Cargo.toml
41 lines (41 loc) · 1001 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
[workspace]
members = [
"pallets/basic-token",
"pallets/charity",
"pallets/check-membership",
"pallets/compounding-interest",
"pallets/constant-config",
"pallets/currency-imbalances",
"pallets/default-instance",
"pallets/double-map",
"pallets/fixed-point",
"pallets/generic-event",
"pallets/hello-substrate",
"pallets/last-caller",
"pallets/lockable-currency",
"pallets/map-set",
"pallets/ocw-demo",
"pallets/randomness",
"pallets/reservable-currency",
"pallets/ringbuffer-queue",
"pallets/simple-crowdfund",
"pallets/simple-event",
"pallets/simple-map",
"pallets/storage-cache",
"pallets/struct-storage",
"pallets/sum-storage",
"pallets/vec-set",
"pallets/weights",
"runtimes/api-runtime",
"runtimes/ocw-runtime",
"runtimes/minimal-grandpa-runtime",
"runtimes/super-runtime",
"runtimes/weight-fee-runtime",
"nodes/basic-pow",
"nodes/hybrid-consensus",
"nodes/kitchen-node",
"nodes/rpc-node",
"consensus/sha3pow",
"traits/account-set",
]
librocksdb-sys = "6.17.3"