aboutsummaryrefslogtreecommitdiffstats
path: root/support/crown
diff options
context:
space:
mode:
authorMukilan Thiyagarajan <mukilan@igalia.com>2024-06-20 12:20:50 +0530
committerGitHub <noreply@github.com>2024-06-20 06:50:50 +0000
commitcc1c31ef3f018946c8a7c2244fcc1d062600e11c (patch)
tree14f468acee8e3f7002f8afac2144ba1bd307c787 /support/crown
parentbf99cf7f30e9c7ea0e879068773155ce18dfd0c0 (diff)
downloadservo-cc1c31ef3f018946c8a7c2244fcc1d062600e11c.tar.gz
servo-cc1c31ef3f018946c8a7c2244fcc1d062600e11c.zip
crown: remove references to workspace manifest (#32567)
The way our shell.nix works requires crown's Cargo.toml to be self-contained so that it can be built as a nix derivation in isolation. Fixes #32552. Signed-off-by: Mukilan Thiyagarajan <mukilan@igalia.com>
Diffstat (limited to 'support/crown')
-rw-r--r--support/crown/Cargo.toml10
1 files changed, 5 insertions, 5 deletions
diff --git a/support/crown/Cargo.toml b/support/crown/Cargo.toml
index 30eeaa6c16c..100b0e6d5e4 100644
--- a/support/crown/Cargo.toml
+++ b/support/crown/Cargo.toml
@@ -1,10 +1,10 @@
[package]
name = "crown"
-version.workspace = true
-authors.workspace = true
-license.workspace = true
-edition.workspace = true
-publish.workspace = true
+authors = ["The Servo Project Developers"]
+version = "0.0.1"
+edition = "2021"
+license = "MPL-2.0"
+publish = false
# Do not use workspace dependencies in this package!
# In etc/shell.nix, we filter Cargo.lock and build this package in isolation,