Merge pull request #134 from cndoit18/add-devcontainer

feat: support devcontainer
This commit is contained in:
Yifan Wu 2024-01-21 00:53:18 +08:00
parent 89f8a52636
commit f2c7dcc72b
4 changed files with 47 additions and 19 deletions

View file

@ -3,3 +3,4 @@ profile = "minimal"
# use the nightly version of the last stable toolchain, see <https://forge.rust-lang.org/>
channel = "nightly-2024-01-18"
components = ["rust-src", "llvm-tools-preview", "rustfmt", "clippy"]
targets = ["riscv64gc-unknown-none-elf"]