1
0
mirror of https://github.com/XNM1/linux-nixos-hyprland-config-dotfiles.git synced 2025-09-15 09:45:58 +03:00

added dev shell example for Rust

This commit is contained in:
XNM
2023-11-12 19:33:55 +02:00
parent 9c1e848ac6
commit 46fafb70ac
5 changed files with 79 additions and 0 deletions

View File

@@ -0,0 +1,10 @@
[toolchain]
channel = "nightly"
components = [ "rust-src", "rust-analyzer", "rustc-codegen-cranelift", "miri", "llvm-tools", "rust-docs-json" ]
targets = [
"wasm32-wasi",
"wasm32-wasi-preview1-threads",
"x86_64-pc-windows-gnu",
"x86_64-unknown-linux-gnu",
]
profile = "default"