summaryrefslogtreecommitdiff
path: root/crates/typst-docs
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-docs
parent18a5e2eb12e6a0c1eed42a1b84852036029f0e7f (diff)
Make workspace inheriting consistent
Diffstat (limited to 'crates/typst-docs')
-rw-r--r--crates/typst-docs/Cargo.toml8
1 files changed, 4 insertions, 4 deletions
diff --git a/crates/typst-docs/Cargo.toml b/crates/typst-docs/Cargo.toml
index a5bc3fdb..7b444b9b 100644
--- a/crates/typst-docs/Cargo.toml
+++ b/crates/typst-docs/Cargo.toml
@@ -1,9 +1,9 @@
[package]
name = "typst-docs"
-version.workspace = true
-rust-version.workspace = true
-authors.workspace = true
-edition.workspace = true
+version = { workspace = true }
+rust-version = { workspace = true }
+authors = { workspace = true }
+edition = { workspace = true }
publish = false
[lib]