mirror of
https://github.com/perstarkse/minne.git
synced 2026-06-30 01:51:43 +02:00
1f0c7d4e51
removed devenv in favor for plain nix, implemented using flake-parts
5 lines
166 B
TOML
5 lines
166 B
TOML
[toolchain]
|
|
channel = "1.91.1"
|
|
components = ["rustc", "cargo", "clippy", "rustfmt", "rust-analyzer"]
|
|
targets = ["x86_64-unknown-linux-gnu", "x86_64-pc-windows-msvc"]
|