From e787305ee978b5939f67dcea33593bc931a544aa Mon Sep 17 00:00:00 2001 From: Franck Cuny Date: Sat, 22 Oct 2022 11:16:47 -0700 Subject: feat(templates): add a template for rust To use it, run: ``` nix flake init -t github:fcuny/world#rust ``` --- templates/rust/rust-toolchain.toml | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 templates/rust/rust-toolchain.toml (limited to 'templates/rust/rust-toolchain.toml') diff --git a/templates/rust/rust-toolchain.toml b/templates/rust/rust-toolchain.toml new file mode 100644 index 0000000..e7ae097 --- /dev/null +++ b/templates/rust/rust-toolchain.toml @@ -0,0 +1,3 @@ +[toolchain] +channel = "1.64.0" +components = [ "rustfmt", "clippy" ] -- cgit v1.2.3