glean-core/build/Cargo.toml (20 lines of code) (raw):

[package] name = "glean-build" version = "17.1.0" edition = "2021" description = "Glean SDK Rust build helper" repository = "https://github.com/mozilla/glean" readme = "README.md" license = "MPL-2.0" keywords = ["telemetry", "glean"] include = [ "/README.md", "/LICENSE", "/src", "/Cargo.toml", ] rust-version = "1.82" [dependencies] xshell-venv = "1.1.0" [dev-dependencies] tempfile = "3.8.0"