mirror of
https://github.com/servo/servo.git
synced 2025-09-29 16:19:14 +01:00
Use workspace definitions for all crates and update to the 2021 edition (#32544)
This commit is contained in:
parent
42b09d483f
commit
4a7f3bac7c
60 changed files with 283 additions and 268 deletions
|
@ -9,6 +9,13 @@ members = [
|
|||
default-members = ["ports/servoshell"]
|
||||
exclude = [".cargo"]
|
||||
|
||||
[workspace.package]
|
||||
version = "0.0.1"
|
||||
authors = ["The Servo Project Developers"]
|
||||
license = "MPL-2.0"
|
||||
edition = "2021"
|
||||
publish = false
|
||||
|
||||
[workspace.dependencies]
|
||||
accountable-refcell = "0.2.0"
|
||||
app_units = "0.7"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue