aboutsummaryrefslogtreecommitdiffstats
path: root/support
diff options
context:
space:
mode:
authorMartin Robinson <mrobinson@igalia.com>2024-06-18 11:22:08 +0200
committerGitHub <noreply@github.com>2024-06-18 09:22:08 +0000
commit4a7f3bac7cadff129d15e3b0a6471a7ed3c4aaa4 (patch)
treeac47671f7487383aa11f9a3f2e531e9ee34e50a6 /support
parent42b09d483fbcc79345844d34b88b3ff4ae7a9735 (diff)
downloadservo-4a7f3bac7cadff129d15e3b0a6471a7ed3c4aaa4.tar.gz
servo-4a7f3bac7cadff129d15e3b0a6471a7ed3c4aaa4.zip
Use workspace definitions for all crates and update to the 2021 edition (#32544)
Diffstat (limited to 'support')
-rw-r--r--support/crown/Cargo.toml9
-rw-r--r--support/rust-task_info/Cargo.toml11
2 files changed, 10 insertions, 10 deletions
diff --git a/support/crown/Cargo.toml b/support/crown/Cargo.toml
index 37ccebca2b9..30eeaa6c16c 100644
--- a/support/crown/Cargo.toml
+++ b/support/crown/Cargo.toml
@@ -1,9 +1,10 @@
[package]
name = "crown"
-authors = ["The Servo Project Developers"]
-version = "0.1.0"
-edition = "2021"
-license = "MPL-2.0"
+version.workspace = true
+authors.workspace = true
+license.workspace = true
+edition.workspace = true
+publish.workspace = true
# Do not use workspace dependencies in this package!
# In etc/shell.nix, we filter Cargo.lock and build this package in isolation,
diff --git a/support/rust-task_info/Cargo.toml b/support/rust-task_info/Cargo.toml
index 2286cc5ccaa..91e75887020 100644
--- a/support/rust-task_info/Cargo.toml
+++ b/support/rust-task_info/Cargo.toml
@@ -1,11 +1,10 @@
[package]
-
name = "task_info"
-version = "0.0.1"
-authors = ["The Servo Project Developers"]
-license = "MPL-2.0"
-edition = "2018"
-
+version.workspace = true
+authors.workspace = true
+license.workspace = true
+edition.workspace = true
+publish.workspace = true
build = "build.rs"
[build-dependencies]