forked from Bitcoin-ABC/bitcoin-abc
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathCargo.toml
More file actions
34 lines (30 loc) · 838 Bytes
/
Cargo.toml
File metadata and controls
34 lines (30 loc) · 838 Bytes
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
# Copyright (c) 2022 The Bitcoin developers
[workspace]
members = [
"chronik/abc-rust-error",
"chronik/abc-rust-lint",
"chronik/bitcoinsuite-core",
"chronik/bitcoinsuite-slp",
"chronik/chronik-bridge",
"chronik/chronik-db",
"chronik/chronik-http",
"chronik/chronik-indexer",
"chronik/chronik-lib",
"chronik/chronik-plugin",
"chronik/chronik-plugin-common",
"chronik/chronik-plugin-impl",
"chronik/chronik-proto",
"chronik/chronik-util",
"modules/bitcoinsuite-chronik-client",
"modules/ecash-lib-wasm",
"modules/ecash-secp256k1",
"modules/ecash-secp256k1/ecash-secp256k1-sys",
"web/explorer/explorer-exe",
"web/explorer/explorer-server",
]
[workspace.package]
rust-version = "1.76.0"
[profile.release-wasm]
inherits = "release"
lto = true
opt-level = "z"