From 856557353b8d80322382a1b58ce8ccf309b0e94d Mon Sep 17 00:00:00 2001 From: HarmoGlace <23212967+HarmoGlace@users.noreply.github.com> Date: Wed, 3 May 2023 10:37:44 +0200 Subject: Add rust minimum version in `Cargo.toml` (#902) --- cli/Cargo.toml | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) (limited to 'cli') diff --git a/cli/Cargo.toml b/cli/Cargo.toml index a2f6735f..73cbe3f6 100644 --- a/cli/Cargo.toml +++ b/cli/Cargo.toml @@ -1,12 +1,13 @@ [package] name = "typst-cli" -version = "0.3.0" -authors = ["The Typst Project Developers"] -edition = "2021" +version.workspace = true +rust-version.workspace = true +authors.workspace = true +edition.workspace = true description = "The command line interface for Typst." -homepage = "https://typst.app" -repository = "https://github.com/typst/typst" -license = "Apache-2.0" +homepage.workspace = true +repository.workspace = true +license.workspace = true categories = ["compilers", "command-line-utilities"] keywords = ["typst", "cli"] -- cgit v1.2.3