diff options
Diffstat (limited to '2022/.cargo')
-rw-r--r-- | 2022/.cargo/config.toml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/2022/.cargo/config.toml b/2022/.cargo/config.toml new file mode 100644 index 0000000..435ed75 --- /dev/null +++ b/2022/.cargo/config.toml @@ -0,0 +1,2 @@ +[build] +target = "wasm32-unknown-unknown"
\ No newline at end of file |