This commit is contained in:
2026-07-18 14:19:35 +07:00
parent c69cd6cf7a
commit cb70e49264
3 changed files with 12 additions and 26 deletions

4
web/rust-toolchain.toml Normal file
View File

@@ -0,0 +1,4 @@
[toolchain]
channel = "nightly"
components = ["rustfmt", "clippy"]
targets = ["wasm32-unknown-unknown"]