diff options
Diffstat (limited to 'support/crown')
-rw-r--r-- | support/crown/Cargo.toml | 10 |
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, |