devdust-core 1.0.0

Core library for detecting and cleaning development project artifacts
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
[package]

name = "devdust-core"

version.workspace = true

authors.workspace = true

edition.workspace = true

license.workspace = true

repository.workspace = true

description = "Core library for detecting and cleaning development project artifacts"



[dependencies]

# File system walking with filtering capabilities

walkdir = "2.5"

# Ignore patterns (respects .gitignore, etc.)

ignore = "0.4"