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:
@@ -8,7 +8,6 @@ version = "0.1.0"
|
||||
[dependencies]
|
||||
gray_matter = "0.2"
|
||||
pulldown-cmark = "0.12"
|
||||
walkdir = "2"
|
||||
|
||||
# Syntax highlighting
|
||||
ropey = "1.6"
|
||||
|
||||
Reference in New Issue
Block a user