base
This commit is contained in:
commit
bb6dd4881b
19 changed files with 441 additions and 0 deletions
6
setup.sh
Normal file
6
setup.sh
Normal file
|
@ -0,0 +1,6 @@
|
|||
#!/bin/bash
|
||||
set -e
|
||||
|
||||
rustup target add x86_64-unknown-none
|
||||
rustup component add rust-src
|
||||
rustup component add llvm-tools-preview
|
Loading…
Add table
Add a link
Reference in a new issue