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-pdf | |
| parent | 18a5e2eb12e6a0c1eed42a1b84852036029f0e7f (diff) | |
Make workspace inheriting consistent
Diffstat (limited to 'crates/typst-pdf')
| -rw-r--r-- | crates/typst-pdf/Cargo.toml | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/crates/typst-pdf/Cargo.toml b/crates/typst-pdf/Cargo.toml index f2f05f65..ae838f3b 100644 --- a/crates/typst-pdf/Cargo.toml +++ b/crates/typst-pdf/Cargo.toml @@ -1,15 +1,15 @@ [package] name = "typst-pdf" description = "PDF 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 |
