Files
servo/python/tidy/tests/path_dependency/self-reference.Cargo.toml
Martin Garton d0c2e0fa48 Expand fmt and tidy TOML_GLOBS range (#44180)
Add a check for formatting of the `Cargo.toml` files to CI, and run
`taplo format` to fix existing formatting issues.

---------

Signed-off-by: Martin Garton <garton@gmail.com>
2026-04-14 09:14:29 +00:00

13 lines
220 B
TOML

[package]
name = "test-package"
version = "0.0.1"
license = "MPL-2.0"
publish = false
[features]
test-feature = []
[dev-dependencies]
test-package = { path = "." }
other-name = { package = "test-package", path = "." }