diff options
Diffstat (limited to 'components/shared/canvas')
-rw-r--r-- | components/shared/canvas/Cargo.toml | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/components/shared/canvas/Cargo.toml b/components/shared/canvas/Cargo.toml index dc8e9e510d4..663e831d419 100644 --- a/components/shared/canvas/Cargo.toml +++ b/components/shared/canvas/Cargo.toml @@ -1,10 +1,10 @@ [package] name = "canvas_traits" -version = "0.0.1" -authors = ["The Servo Project Developers"] -license = "MPL-2.0" -edition = "2018" -publish = false +version.workspace = true +authors.workspace = true +license.workspace = true +edition.workspace = true +publish.workspace = true [lib] name = "canvas_traits" |