From 166549cfbfcca25e34eb5f7456a074798013d0a3 Mon Sep 17 00:00:00 2001 From: Brad Werth Date: Tue, 26 Sep 2023 13:46:27 -0700 Subject: [PATCH] Restore config.toml. --- .cargo/config.toml | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 .cargo/config.toml diff --git a/.cargo/config.toml b/.cargo/config.toml new file mode 100644 index 0000000000..95d2a35175 --- /dev/null +++ b/.cargo/config.toml @@ -0,0 +1,7 @@ +[alias] +xtask = "run --manifest-path xtask/Cargo.toml --" + +[build] +rustflags = [ +"--cfg=web_sys_unstable_apis" +]