From 6e48d0b58202e3b8b912382c4e6de47b771946f1 Mon Sep 17 00:00:00 2001 From: AltF2 Date: Sat, 18 May 2024 18:29:04 +0200 Subject: [PATCH] feat(direnv): add direnv Signed-off-by: AltF2 --- .envrc | 1 + rust-toolchain.toml | 3 +++ 2 files changed, 4 insertions(+) create mode 100644 .envrc create mode 100644 rust-toolchain.toml diff --git a/.envrc b/.envrc new file mode 100644 index 0000000..8392d15 --- /dev/null +++ b/.envrc @@ -0,0 +1 @@ +use flake \ No newline at end of file diff --git a/rust-toolchain.toml b/rust-toolchain.toml new file mode 100644 index 0000000..7787233 --- /dev/null +++ b/rust-toolchain.toml @@ -0,0 +1,3 @@ +[toolchain] +channel = "stable" +components = ["llvm-tools", "clippy", "rust-src", "rust-analyzer"]