kxio/.cargo/config.toml
Paul Campbell 037e7aca79
Some checks failed
Rust / build (map[name:nightly]) (push) Failing after 1m8s
Rust / build (map[name:stable]) (push) Failing after 2m16s
build: switch to forgejo actions
- Replace the woodpecker config with forgejo actions.
- Add issue number to TODOs to pass CI check
- Remove special clang/mold linker commands
- Remove docker builder
- Add lints.rust.unexoected_cfgs to allo tarpaulin_include
2024-10-29 22:27:43 +00:00

10 lines
128 B
TOML

# ./cargo/config
[profile.dev]
debug = 0
strip = "debuginfo"
[env]
RUSTLOG = "hyper=warn"
RUSTFLAGS = "--cfg tokio_unstable"