# Minimal rustqual.toml for the Layer Rule golden example.
#
# Two layers: domain (inner, rank 0) and adapter (outer, rank 1).
# The intended violation is a domain file importing `crate::adapters`.
[]
= 0.22
= 0.18
= 0.13
= 0.18
= 0.09
= 0.10
= 0.10
[]
= true
[]
= ["domain", "adapter"]
= "composition_root"
[]
= ["src/domain/**"]
[]
= ["src/adapters/**"]