made the install script download the note_templates and default-modules.

This commit is contained in:
2026-05-20 15:52:32 -05:00
parent 75d690b249
commit 5ecf737e55
3 changed files with 44 additions and 4 deletions
Generated
+7
View File
@@ -1261,6 +1261,12 @@ version = "0.3.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "aa9a19cbb55df58761df49b23516a86d432839add4af60fc256da840f66ed35b"
[[package]]
name = "fs_extra"
version = "1.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "42703706b716c37f96a77aea830392ad231f44c9e9a67872fa5548707e11b11c"
[[package]]
name = "futures"
version = "0.3.32"
@@ -3889,6 +3895,7 @@ version = "0.1.0"
dependencies = [
"clap",
"crossterm",
"fs_extra",
"iced",
"ratatui",
"rayon",