add rust-overlay and rust-toolchain.toml; use flake-utils instead of flake-parts

This commit is contained in:
cy 2025-04-01 12:09:12 -04:00
parent 15f3d0e478
commit 99d753091a
Signed by: cy
SSH key fingerprint: SHA256:o/geVWV4om1QhUSkKvDQeW/eAihwnjyXkqMwrVdbuts
3 changed files with 73 additions and 35 deletions

9
rust-toolchain.toml Normal file
View file

@ -0,0 +1,9 @@
[toolchain]
channel = "nightly"
profile = "minimal"
components = [
"rust-src",
"rust-analyzer",
"rustfmt",
"clippy",
]