2023-09-20 19:07:40 +00:00
|
|
|
[alias]
|
2023-10-23 19:18:28 +00:00
|
|
|
xtask = "run --manifest-path xtask/Cargo.toml"
|
2023-09-20 19:07:40 +00:00
|
|
|
|
|
|
|
[build]
|
|
|
|
rustflags = [
|
|
|
|
"--cfg=web_sys_unstable_apis"
|
|
|
|
]
|
2024-01-21 03:36:29 +00:00
|
|
|
rustdocflags = [
|
|
|
|
"--cfg=web_sys_unstable_apis"
|
|
|
|
]
|