trisquel-icecat/icecat/third_party/rust/askama_parser/tomlfmt.toml
2025-10-06 02:35:48 -06:00

23 lines
412 B
TOML

# Keep in the same order as <https://doc.rust-lang.org/cargo/reference/manifest.html>
table_order = [
"package",
# targets
"lib",
"bin",
"example",
"test",
"bench",
# dependencies
"dependencies",
"dev-dependencies",
"build-dependencies",
"target",
# misc
"badges",
"features",
"lints",
"patch",
"replace",
"profile",
"workspace",
]