mirror of
https://github.com/askama-rs/askama.git
synced 2025-09-28 13:30:59 +00:00
13 lines
256 B
TOML
13 lines
256 B
TOML
edition = "2021"
|
|
group_imports = "StdExternalCrate"
|
|
imports_granularity = "Module"
|
|
newline_style = "Unix"
|
|
normalize_comments = true
|
|
unstable_features = true
|
|
use_field_init_shorthand = true
|
|
style_edition = "2024"
|
|
|
|
ignore = [
|
|
"testing/tests/hello.rs",
|
|
]
|