summaryrefslogtreecommitdiff
path: root/rust-toolchain.toml
diff options
context:
space:
mode:
authorstuebinm2023-03-02 02:10:09 +0100
committerstuebinm2023-03-02 02:10:09 +0100
commit476ed4c73d9ae03d9af35ab1e80f72aba0b36fbf (patch)
tree1e15bd80701d31ce906e870720bb62027f9adb1b /rust-toolchain.toml
parent5596ebcbad7721f767972c3143f8e5be1ba8fc09 (diff)
build wage with nix (wow this is an old project)HEADmain
but also i wanted to do this two years ago, but couldn't figure out how so there was always this binary blob …
Diffstat (limited to 'rust-toolchain.toml')
-rw-r--r--rust-toolchain.toml5
1 files changed, 5 insertions, 0 deletions
diff --git a/rust-toolchain.toml b/rust-toolchain.toml
new file mode 100644
index 0000000..e58edcb
--- /dev/null
+++ b/rust-toolchain.toml
@@ -0,0 +1,5 @@
+[toolchain]
+channel = "stable"
+components = []
+targets = [ "wasm32-unknown-unknown" ]
+profile = "default"