feat: init with rust lib and bin crate
This commit is contained in:
commit
ca266531a9
21 changed files with 990 additions and 0 deletions
5
templates/default/rust-toolchain.toml
Normal file
5
templates/default/rust-toolchain.toml
Normal file
|
@ -0,0 +1,5 @@
|
|||
[toolchain]
|
||||
channel = "1.83.0"
|
||||
components = [ "cargo","llvm-tools", "rustc", "clippy", "rust-src" ]
|
||||
targets = [ ]
|
||||
profile = "minimal"
|
Loading…
Add table
Add a link
Reference in a new issue