mirror of
https://github.com/servo/servo.git
synced 2025-06-06 16:45:39 +00:00
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:
parent
bf99cf7f30
commit
cc1c31ef3f
1 changed files with 5 additions and 5 deletions
|
@ -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,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue