From b245dfcf9dd441674b40605df41b2920c13b66f5 Mon Sep 17 00:00:00 2001 From: msi Date: Thu, 13 Nov 2025 12:02:56 -0300 Subject: Start boilerplate axum web --- web/template/rust-toolchain.toml | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 web/template/rust-toolchain.toml (limited to 'web/template/rust-toolchain.toml') diff --git a/web/template/rust-toolchain.toml b/web/template/rust-toolchain.toml new file mode 100644 index 0000000..02cb8fc --- /dev/null +++ b/web/template/rust-toolchain.toml @@ -0,0 +1,3 @@ +[toolchain] +channel = "stable" +profile = "default" -- cgit v1.2.3