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>
This commit is contained in:
Mukilan Thiyagarajan 2024-06-20 12:20:50 +05:30 committed by GitHub
parent bf99cf7f30
commit cc1c31ef3f
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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,