mirror of
https://github.com/servo/servo
synced 2026-05-10 17:12:23 +02:00
cargo-about is only used in the ./mach release command, which will only be used by very few people (when preparing a release). Hence it doesn't make sense to install it for everyone, and instead we can just tell the user how to install if it is missing, and save resources for everyone else. Testing: Not tested, but trivial Signed-off-by: Jonathan Schwender <schwenderjonathan@gmail.com>
This directory contains various Python modules used to support servo development.
servo
servo-specific python code e.g. implementations of mach commands. This is the canonical repository for this code.
tidy
servo-tidy is used to check licenses, line lengths, whitespace, ruff on Python files, lock file versions, and more.
wpt
servo-wpt is a module with support scripts for running, importing, exporting, updating manifests, and updating expectations for WPT tests.