diff options
| author | Laurenz <laurmaedje@gmail.com> | 2023-11-27 16:54:55 +0100 |
|---|---|---|
| committer | Laurenz <laurmaedje@gmail.com> | 2023-11-27 16:54:55 +0100 |
| commit | 713cde11364121e2071dde45138ae560e3b8fe41 (patch) | |
| tree | ad4afd66bdbaabf67af880d43704be2149f453b6 /crates/typst-docs | |
| parent | 18a5e2eb12e6a0c1eed42a1b84852036029f0e7f (diff) | |
Make workspace inheriting consistent
Diffstat (limited to 'crates/typst-docs')
| -rw-r--r-- | crates/typst-docs/Cargo.toml | 8 |
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] |
