Skip to content

Commit 2bffaae

Browse files
authored
Vscode 000 (#44)
added vs to git ignore added a rust toolchain file
1 parent 687e797 commit 2bffaae

2 files changed

Lines changed: 7 additions & 1 deletion

File tree

.gitignore

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,5 @@
33
Cargo.lock
44
.idea/
55
.vscode/
6-
.DS_Store
6+
.DS_Store
7+
/.vs

rust-toolchain.toml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
[toolchain]
2+
channel = "1.87.0"
3+
components = ["rustfmt", "clippy"]
4+
targets = ["wasm32-unknown-unknown"]
5+
profile = "minimal"

0 commit comments

Comments
 (0)