mirror of
https://github.com/servo/servo
synced 2026-04-25 17:15:48 +02:00
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>
13 lines
220 B
TOML
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 = "." }
|