Skip to content

Commit

Permalink
chore(proj): don't use cargo workspace anymorem, use RA to manage pro…
Browse files Browse the repository at this point in the history
…ject

Signed-off-by: Haobo Gu <haobogu@outlook.com>
  • Loading branch information
HaoboGu committed Jan 23, 2024
1 parent 64bf724 commit 7e88339
Show file tree
Hide file tree
Showing 9 changed files with 4,122 additions and 34 deletions.
5 changes: 4 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,7 @@ target
*.elf
*.hex

.idea
.idea

# ignore Cargo.lock of library, but keep it for binaries
rmk/Cargo.lock
5 changes: 4 additions & 1 deletion .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,10 @@
"--message-format=json"
],
"rust-analyzer.linkedProjects": [
"rmk/Cargo.toml"
"rmk/Cargo.toml",
"boards/stm32h7/Cargo.toml",
"boards/stm32f4/Cargo.toml",
"boards/rp2040/Cargo.toml"
],
"rust-analyzer.showUnlinkedFileNotification": false,
}
32 changes: 0 additions & 32 deletions Cargo.toml

This file was deleted.

Loading

0 comments on commit 7e88339

Please sign in to comment.