aboutsummaryrefslogtreecommitdiffstats
path: root/components/dom_struct
diff options
context:
space:
mode:
Diffstat (limited to 'components/dom_struct')
-rw-r--r--components/dom_struct/Cargo.toml10
1 files changed, 5 insertions, 5 deletions
diff --git a/components/dom_struct/Cargo.toml b/components/dom_struct/Cargo.toml
index 38ba2d74d05..1babcae0f45 100644
--- a/components/dom_struct/Cargo.toml
+++ b/components/dom_struct/Cargo.toml
@@ -1,10 +1,10 @@
[package]
-authors = ["The Servo Project Developers"]
-license = "MPL-2.0"
name = "dom_struct"
-edition = "2018"
-publish = false
-version = "0.0.1"
+edition.workspace = true
+version.workspace = true
+authors.workspace = true
+license.workspace = true
+publish.workspace = true
[dependencies]
quote = { workspace = true }