mirror of
https://github.com/soywod/himalaya.git
synced 2024-11-24 20:10:23 +00:00
b6643be03f
* modified gitignore * fixing gitignore * reomving the himalaya.iml file * applied cargo fmt * adding rust-toolchain * restoring the .gitignore file * make nix use rust-toolchain.toml * add back rustfmt and rust-analyzer to buildInputs I opened an issue to see if its the correct behaviour from the overlay: https://github.com/oxalica/rust-overlay/issues/88. * adding clippy to rust-toolchain.toml Co-authored-by: Clément DOUIN <clement.douin@posteo.net>
3 lines
101 B
TOML
3 lines
101 B
TOML
[toolchain]
|
|
channel = "1.58.1"
|
|
components = ["cargo", "rustc", "rustfmt", "rust-analysis", "clippy"]
|