web3-proxy/.cargo/config.toml
2023-03-31 12:43:41 +01:00

9 lines
268 B
TOML

[build]
rustflags = [
# potentially faster. https://nnethercote.github.io/perf-book/build-configuration.html
"-C", "target-cpu=native",
# tokio unstable is needed for tokio-console
"--cfg", "tokio_unstable"
]
rustdocflags = ["--cfg", "tokio_unstable"]