mirror of
https://github.com/servo/servo.git
synced 2025-06-08 00:23:30 +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]
|
[package]
|
||||||
name = "crown"
|
name = "crown"
|
||||||
version.workspace = true
|
authors = ["The Servo Project Developers"]
|
||||||
authors.workspace = true
|
version = "0.0.1"
|
||||||
license.workspace = true
|
edition = "2021"
|
||||||
edition.workspace = true
|
license = "MPL-2.0"
|
||||||
publish.workspace = true
|
publish = false
|
||||||
|
|
||||||
# Do not use workspace dependencies in this package!
|
# Do not use workspace dependencies in this package!
|
||||||
# In etc/shell.nix, we filter Cargo.lock and build this package in isolation,
|
# 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