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>
15 lines
233 B
TOML
15 lines
233 B
TOML
[project]
|
|
name = "servo_ci_scenario_test"
|
|
version = "0.1.0"
|
|
requires-python = ">3.11"
|
|
dependencies = [
|
|
"selenium",
|
|
"hdc-py>=0.1.2",
|
|
"pillow",
|
|
"matplotlib",
|
|
]
|
|
license = "Apache-2.0 OR MIT"
|
|
|
|
[tool.uv]
|
|
native-tls = true
|