-
Notifications
You must be signed in to change notification settings - Fork 3
/
Cargo.toml
40 lines (40 loc) · 1.19 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
40
[workspace]
resolver = "2"
members = [
"token-core/tcx-proto",
"token-core/tcx-constants",
"token-core/tcx-primitive",
"token-core/tcx-crypto",
"token-core/tcx-keystore",
"token-core/tcx-tron",
"token-core/tcx-btc-kin",
"token-core/tcx-ckb",
"token-core/tcx-atom",
"token-core/tcx-eos",
"token-core/tcx-substrate",
"token-core/tcx-filecoin",
"token-core/tcx",
"token-core/tcx-tezos",
"token-core/tcx-tester",
"token-core/tcx-eth2",
"token-core/tcx-eth",
"token-core/tcx-common",
"token-core/tcx-migration",
"token-core/tcx-libs/ed25519-dalek-bip32",
"imkey-core/ikc",
"imkey-core/ikc-common",
"imkey-core/ikc-device",
"imkey-core/ikc-proto",
"imkey-core/ikc-transport",
"imkey-core/ikc-wallet/coin-bitcoin",
"imkey-core/ikc-wallet/coin-ethereum",
"imkey-core/ikc-wallet/coin-eos",
"imkey-core/ikc-wallet/coin-cosmos",
"imkey-core/ikc-wallet/coin-ckb",
"imkey-core/ikc-wallet/coin-substrate",
"imkey-core/ikc-wallet/coin-tron",
"imkey-core/ikc-wallet/coin-tezos",
"imkey-core/ikc-wallet/coin-bch",
"imkey-core/ikc-wallet/coin-filecoin",
"imkey-core/ikc-wallet/coin-btc-fork",
]