# drft.toml — drft dogfooding itself
# The graph root is this directory. fs walks every file under it, except
# .gitignore matches (target/, etc.) and these globs. The examples/ projects
# are self-contained graphs with their own drft.toml, so they stay out of this
# graph.
= [
"Cargo.lock",
"examples/**",
]
[]
= "markdown"
= ["**/*.md"]
[]
= "frontmatter"
= ["**/*.md"]
# Drift is the value prop — promote staleness to error for CI.
[]
= "error"
[]
= "error"
# A source repo has many legitimately unlinked files (Cargo.toml, most .rs).
[]
= "off"