diff options
Diffstat (limited to 'components/shared/gfx')
-rw-r--r-- | components/shared/gfx/Cargo.toml | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/components/shared/gfx/Cargo.toml b/components/shared/gfx/Cargo.toml index 292cd58b92c..ffcbcc53c9f 100644 --- a/components/shared/gfx/Cargo.toml +++ b/components/shared/gfx/Cargo.toml @@ -1,10 +1,10 @@ [package] name = "gfx_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 = "gfx_traits" |