refactor(main): remove walkdir, use recursive std::fs

Add walk_dir/walk_dir_inner helpers (~20 lines) to replace walkdir
crate. Single call site in copy_static_assets didn't justify the
dependency.
This commit is contained in:
Timothy DeHerrera
2026-02-05 23:55:33 -07:00
parent f1e3add292
commit 8034e24f75
3 changed files with 29 additions and 11 deletions

View File

@@ -8,7 +8,6 @@ version = "0.1.0"
[dependencies]
gray_matter = "0.2"
pulldown-cmark = "0.12"
walkdir = "2"
# Syntax highlighting
ropey = "1.6"