Skip to content

Commit c5a16ec

Browse files
authored
refactor(core): remove dead glob and walkdir dependencies (#595)
These dependencies were declared in kild-core/Cargo.toml but never imported or used anywhere in the crate. Removing them reduces the dependency tree and build time. Closes #592
1 parent f198c2c commit c5a16ec

2 files changed

Lines changed: 0 additions & 4 deletions

File tree

Cargo.lock

Lines changed: 0 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

crates/kild-core/Cargo.toml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,6 @@ sysinfo.workspace = true
1717
toml.workspace = true
1818
git2.workspace = true
1919
ignore.workspace = true
20-
glob.workspace = true
21-
walkdir.workspace = true
2220
tempfile.workspace = true
2321
uuid.workspace = true
2422
which.workspace = true

0 commit comments

Comments
 (0)