summaryrefslogtreecommitdiff
path: root/crates/typst-ide
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-ide
parent18a5e2eb12e6a0c1eed42a1b84852036029f0e7f (diff)
Make workspace inheriting consistent
Diffstat (limited to 'crates/typst-ide')
-rw-r--r--crates/typst-ide/Cargo.toml18
1 files changed, 9 insertions, 9 deletions
diff --git a/crates/typst-ide/Cargo.toml b/crates/typst-ide/Cargo.toml
index 45e64f21..28083af4 100644
--- a/crates/typst-ide/Cargo.toml
+++ b/crates/typst-ide/Cargo.toml
@@ -1,15 +1,15 @@
[package]
name = "typst-ide"
description = "IDE functionality 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]
test = false