Base nix-based rust project

This commit is contained in:
bluepython508
2023-10-08 14:46:11 +01:00
commit f34b975c88
8 changed files with 328 additions and 0 deletions

4
toolchain.toml Normal file
View File

@@ -0,0 +1,4 @@
[toolchain]
channel = "stable"
components = [ "rustfmt", "rust-analyzer", "rust-src", "clippy" ]
profile = "default"