From a2e3441e6937f1769fed3e16a5f7f7135482cf97 Mon Sep 17 00:00:00 2001 From: Akshay Date: Sun, 19 Sep 2021 09:45:06 +0530 Subject: init --- rust-toolchain.toml | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 rust-toolchain.toml (limited to 'rust-toolchain.toml') diff --git a/rust-toolchain.toml b/rust-toolchain.toml new file mode 100644 index 0000000..3fec65f --- /dev/null +++ b/rust-toolchain.toml @@ -0,0 +1,6 @@ +[toolchain] +channel = "nightly" +components = [ "rustfmt", "rustc-dev" ] +targets = [ "wasm32-unknown-unknown" ] +profile = "minimal" + -- cgit v1.2.3