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-cli | |
| parent | 18a5e2eb12e6a0c1eed42a1b84852036029f0e7f (diff) | |
Make workspace inheriting consistent
Diffstat (limited to 'crates/typst-cli')
| -rw-r--r-- | crates/typst-cli/Cargo.toml | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/crates/typst-cli/Cargo.toml b/crates/typst-cli/Cargo.toml index 1854e856..c148bdb3 100644 --- a/crates/typst-cli/Cargo.toml +++ b/crates/typst-cli/Cargo.toml @@ -3,13 +3,13 @@ name = "typst-cli" description = "The command line interface for Typst." categories = ["compilers", "command-line-utilities"] keywords = ["typst", "cli"] -version.workspace = true -rust-version.workspace = true -authors.workspace = true -edition.workspace = true -homepage.workspace = true -repository.workspace = true -license.workspace = true +version = { workspace = true } +rust-version = { workspace = true } +authors = { workspace = true } +edition = { workspace = true } +homepage = { workspace = true } +repository = { workspace = true } +license = { workspace = true } [[bin]] name = "typst" |
