Cargo workflow (#21)

This commit is contained in:
Özgün Özerk
2023-11-27 20:34:03 +03:00
committed by GitHub
parent 4124261b33
commit 57f9353fd0
8 changed files with 102 additions and 8 deletions
+4
View File
@@ -0,0 +1,4 @@
[toolchain]
channel = "nightly-2023-09-21"
targets = ["wasm32-unknown-unknown"]
components = ["rustfmt", "clippy"]