mirror of
https://github.com/matter-labs/teepot.git
synced 2025-07-20 14:43:56 +02:00

* set `publish = false` for multiple Cargo.toml files * cargo update * fix taplo.toml * sort `workspace.dependencies` * add `cargo-release` to nix shell Signed-off-by: Harald Hoyer <harald@matterlabs.dev>
18 lines
336 B
TOML
18 lines
336 B
TOML
exclude = [".direnv/**/*", "target/**/*", "vendor/**/*"]
|
|
|
|
[formatting]
|
|
reorder_keys = false
|
|
inline_table_expand = false
|
|
compact_arrays = true
|
|
|
|
[[rule]]
|
|
include = ["**/Cargo.toml", "Cargo.toml"]
|
|
keys = [
|
|
"dependencies",
|
|
"dev-dependencies",
|
|
"build-dependencies",
|
|
"workspace.dependencies",
|
|
]
|
|
|
|
[rule.formatting]
|
|
reorder_keys = true
|