9 lines
364 B
TOML
9 lines
364 B
TOML
# Allow rust-analyzer and local `cargo doc` invocations to pick up unreleased changelog entries
|
|
#
|
|
# Note that these flags are (intentionally) not included when building from the downloaded crate.
|
|
[build]
|
|
rustdocflags = ["--cfg=unreleased_changelogs"]
|
|
rustflags = ["--cfg=unreleased_changelogs"]
|
|
|
|
[target.wasm32-unknown-unknown]
|
|
runner = "wasm-bindgen-test-runner"
|