web3-proxy/Cargo.toml
Bryan Stitt 501ec21442 drop workspace-hack for now
it doesn't work well with features and so we were installing things like kafka even if the feature was off
2023-06-30 13:18:37 -07:00

23 lines
401 B
TOML

[workspace]
members = [
"deferred-rate-limiter",
"entities",
"latency",
"migration",
"payment-contracts",
"rate-counter",
"redis-rate-limiter",
"web3_proxy",
]
resolver = "2"
[profile.release]
# `debug = true` so that sentry can give us line numbers
debug = true
[profile.faster_release]
inherits = "release"
# spend longer compiling for a slightly faster binary
codegen-units = 1