summaryrefslogtreecommitdiff
path: root/crates/typst-render
diff options
context:
space:
mode:
authorLaurenz <laurmaedje@gmail.com>2023-11-27 16:54:55 +0100
committerLaurenz <laurmaedje@gmail.com>2023-11-27 16:54:55 +0100
commit713cde11364121e2071dde45138ae560e3b8fe41 (patch)
treead4afd66bdbaabf67af880d43704be2149f453b6 /crates/typst-render
parent18a5e2eb12e6a0c1eed42a1b84852036029f0e7f (diff)
Make workspace inheriting consistent
Diffstat (limited to 'crates/typst-render')
-rw-r--r--crates/typst-render/Cargo.toml18
1 files changed, 9 insertions, 9 deletions
diff --git a/crates/typst-render/Cargo.toml b/crates/typst-render/Cargo.toml
index c1aa571f..546afccb 100644
--- a/crates/typst-render/Cargo.toml
+++ b/crates/typst-render/Cargo.toml
@@ -1,15 +1,15 @@
[package]
name = "typst-render"
description = "Raster image exporter for Typst."
-version.workspace = true
-rust-version.workspace = true
-authors.workspace = true
-edition.workspace = true
-homepage.workspace = true
-repository.workspace = true
-license.workspace = true
-categories.workspace = true
-keywords.workspace = true
+version = { workspace = true }
+rust-version = { workspace = true }
+authors = { workspace = true }
+edition = { workspace = true }
+homepage = { workspace = true }
+repository = { workspace = true }
+license = { workspace = true }
+categories = { workspace = true }
+keywords = { workspace = true }
[lib]
doctest = false