diff --git a/taplo.toml b/taplo.toml index 595a640..e9815ec 100644 --- a/taplo.toml +++ b/taplo.toml @@ -10,7 +10,16 @@ column_width = 120 [[rule]] include = ["**/Cargo.toml"] -keys = ["dependencies", "dev-dependencies", "build-dependencies", "features"] +keys = [ + "dependencies", + "dev-dependencies", + "build-dependencies", + "features", + "target.*.dependencies", + "target.*.dev-dependencies", + "target.*.build-dependencies", + "workspace.dependencies", +] [rule.formatting] reorder_keys = true