Bug 1957541: Enable publishing for all Stylo crates (r=firefox-style-system-reviewers,emilio)

These crates are now being published by the Servo project.

Signed-off-by: Nico Burns <nico@nicoburns.com>

Differential Revision: https://phabricator.services.mozilla.com/D243749
This commit is contained in:
Nico Burns
2025-04-02 18:46:02 +00:00
parent c3f5ffb992
commit d979fcdd68
4 changed files with 0 additions and 4 deletions

View File

@@ -5,7 +5,6 @@ authors = ["The Servo Project Developers"]
license = "MIT OR Apache-2.0"
repository = "https://github.com/servo/stylo"
description = "An allocator-agnostic crate for measuring the heap size of a value"
publish = false
[lib]
path = "lib.rs"

View File

@@ -6,7 +6,6 @@ license = "MPL-2.0"
repository = "https://github.com/servo/stylo"
edition = "2021"
description = "The Stylo CSS engine"
publish = false
build = "build.rs"

View File

@@ -6,7 +6,6 @@ license = "MPL-2.0"
repository = "https://github.com/servo/stylo"
edition = "2021"
description = "Derive crate for Stylo CSS engine"
publish = false
[lib]
path = "lib.rs"

View File

@@ -6,7 +6,6 @@ license = "MPL-2.0"
repository = "https://github.com/servo/stylo"
edition = "2021"
description = "Types used by the Stylo CSS engine"
publish = false
[lib]
name = "style_traits"