neptune-explorer/.cargo/config.toml

5 lines
185 B
TOML
Raw Normal View History

# tokio_unstable compile flag is necessary for tokio-console usage.
# see: https://docs.rs/console-subscriber/latest/console_subscriber/
[build]
rustflags = ["--cfg", "tokio_unstable"]