diff options
Diffstat (limited to 'components/config')
-rw-r--r-- | components/config/Cargo.toml | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/components/config/Cargo.toml b/components/config/Cargo.toml index ea92a1d99f8..223e1e08fba 100644 --- a/components/config/Cargo.toml +++ b/components/config/Cargo.toml @@ -1,10 +1,10 @@ [package] name = "servo_config" -version = "0.0.1" -authors = ["The Servo Project Developers"] -license = "MPL-2.0" -edition = "2018" -publish = false +version.workspace = true +authors.workspace = true +license.workspace = true +edition.workspace = true +publish.workspace = true [lib] name = "servo_config" |