Skip to content

refactor(core): remove dead glob/walkdir deps from kild-core#595

Merged
Wirasm merged 1 commit into
mainfrom
kild/refactor/remove-dead-deps
Feb 26, 2026
Merged

refactor(core): remove dead glob/walkdir deps from kild-core#595
Wirasm merged 1 commit into
mainfrom
kild/refactor/remove-dead-deps

Conversation

@Wirasm

@Wirasm Wirasm commented Feb 26, 2026

Copy link
Copy Markdown
Owner

Summary

  • Remove unused glob and walkdir dependencies from kild-core/Cargo.toml
  • Neither crate was imported or referenced anywhere in kild-core/src/
  • Reduces dependency tree and build overhead

Closes #592

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
@Wirasm Wirasm merged commit c5a16ec into main Feb 26, 2026
6 checks passed
@Wirasm Wirasm deleted the kild/refactor/remove-dead-deps branch February 26, 2026 10:55
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Remove dead dependencies: glob, walkdir from kild-core

1 participant