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:
@@ -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"
|
||||
|
||||
@@ -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"
|
||||
|
||||
|
||||
@@ -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"
|
||||
|
||||
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user