diff options
author | Ashelyn Rose <git@ashen.earth> | 2025-03-21 20:12:36 -0600 |
---|---|---|
committer | Ashelyn Rose <git@ashen.earth> | 2025-03-21 20:12:36 -0600 |
commit | 2683366e92676abf687c37f4afea4d4d721cb059 (patch) | |
tree | 756aac4f0977c3ac9fa1426f7d9b7698a6832d6d /rust-toolchain.toml |
Basic leptos setup
Diffstat (limited to 'rust-toolchain.toml')
-rw-r--r-- | rust-toolchain.toml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/rust-toolchain.toml b/rust-toolchain.toml new file mode 100644 index 0000000..5d56faf --- /dev/null +++ b/rust-toolchain.toml @@ -0,0 +1,2 @@ +[toolchain] +channel = "nightly" |