include Cargo.lock + reduce other things from the original starter project

This commit is contained in:
J / Jacob Babich
2022-04-14 19:00:56 -04:00
parent 231301b9cf
commit 790a9d97ad
8 changed files with 271 additions and 55 deletions

View File

@@ -1,5 +1,5 @@
// https://github.com/rust-lang/vscode-rust/issues/729#issuecomment-635977755
{
// https://github.com/rust-lang/vscode-rust/issues/729#issuecomment-635977755
"rust-analyzer.cargo.target": "thumbv7em-none-eabihf",
"rust-analyzer.checkOnSave.allTargets": false
}