kxio/.cargo/config.toml

11 lines
128 B
TOML
Raw Permalink Normal View History

2024-04-08 14:33:39 +01:00
# ./cargo/config
[profile.dev]
debug = 0
strip = "debuginfo"
[env]
RUSTLOG = "hyper=warn"
RUSTFLAGS = "--cfg tokio_unstable"