leptos-template

This commit is contained in:
John Lancaster
2025-09-12 18:07:36 -05:00
parent a680007ab9
commit 09582a2efb
19 changed files with 2587 additions and 5 deletions

View File

@@ -9,14 +9,13 @@
git
# rustc rustfmt cargo
trunk cargo-generate
# LLVM tools for WebAssembly compilation
llvm
lld
];
languages.rust = {
enable = true;
};
# https://devenv.sh/languages/
# languages.rust.enable = true;
languages.rust.enable = true;
# https://devenv.sh/processes/
# processes.cargo-watch.exec = "cargo-watch";