lib:
- changed-files:
- any-glob-to-any-file: src/lib/*
cli:
- changed-files:
- any-glob-to-any-file: src/cli/*
fuse:
- changed-files:
- any-glob-to-any-file: src/fuse/*
tests:
- changed-files:
- any-glob-to-any-file: tests/*
dependency:
- changed-files:
- any-glob-to-any-file: Cargo.*
ci:
- changed-files:
- any-glob-to-any-file: .github/**/*