mirror of
https://github.com/typst/typst
synced 2025-05-14 04:56:26 +08:00
Make workspace inheriting consistent
This commit is contained in:
parent
18a5e2eb12
commit
713cde1136
@ -3,13 +3,13 @@ name = "typst-cli"
|
|||||||
description = "The command line interface for Typst."
|
description = "The command line interface for Typst."
|
||||||
categories = ["compilers", "command-line-utilities"]
|
categories = ["compilers", "command-line-utilities"]
|
||||||
keywords = ["typst", "cli"]
|
keywords = ["typst", "cli"]
|
||||||
version.workspace = true
|
version = { workspace = true }
|
||||||
rust-version.workspace = true
|
rust-version = { workspace = true }
|
||||||
authors.workspace = true
|
authors = { workspace = true }
|
||||||
edition.workspace = true
|
edition = { workspace = true }
|
||||||
homepage.workspace = true
|
homepage = { workspace = true }
|
||||||
repository.workspace = true
|
repository = { workspace = true }
|
||||||
license.workspace = true
|
license = { workspace = true }
|
||||||
|
|
||||||
[[bin]]
|
[[bin]]
|
||||||
name = "typst"
|
name = "typst"
|
||||||
|
@ -1,9 +1,9 @@
|
|||||||
[package]
|
[package]
|
||||||
name = "typst-docs"
|
name = "typst-docs"
|
||||||
version.workspace = true
|
version = { workspace = true }
|
||||||
rust-version.workspace = true
|
rust-version = { workspace = true }
|
||||||
authors.workspace = true
|
authors = { workspace = true }
|
||||||
edition.workspace = true
|
edition = { workspace = true }
|
||||||
publish = false
|
publish = false
|
||||||
|
|
||||||
[lib]
|
[lib]
|
||||||
|
@ -1,15 +1,15 @@
|
|||||||
[package]
|
[package]
|
||||||
name = "typst-ide"
|
name = "typst-ide"
|
||||||
description = "IDE functionality for Typst."
|
description = "IDE functionality for Typst."
|
||||||
version.workspace = true
|
version = { workspace = true }
|
||||||
rust-version.workspace = true
|
rust-version = { workspace = true }
|
||||||
authors.workspace = true
|
authors = { workspace = true }
|
||||||
edition.workspace = true
|
edition = { workspace = true }
|
||||||
homepage.workspace = true
|
homepage = { workspace = true }
|
||||||
repository.workspace = true
|
repository = { workspace = true }
|
||||||
license.workspace = true
|
license = { workspace = true }
|
||||||
categories.workspace = true
|
categories = { workspace = true }
|
||||||
keywords.workspace = true
|
keywords = { workspace = true }
|
||||||
|
|
||||||
[lib]
|
[lib]
|
||||||
test = false
|
test = false
|
||||||
|
@ -1,15 +1,15 @@
|
|||||||
[package]
|
[package]
|
||||||
name = "typst-macros"
|
name = "typst-macros"
|
||||||
description = "Proc-macros for Typst."
|
description = "Proc-macros for Typst."
|
||||||
version.workspace = true
|
version = { workspace = true }
|
||||||
rust-version.workspace = true
|
rust-version = { workspace = true }
|
||||||
authors.workspace = true
|
authors = { workspace = true }
|
||||||
edition.workspace = true
|
edition = { workspace = true }
|
||||||
homepage.workspace = true
|
homepage = { workspace = true }
|
||||||
repository.workspace = true
|
repository = { workspace = true }
|
||||||
license.workspace = true
|
license = { workspace = true }
|
||||||
categories.workspace = true
|
categories = { workspace = true }
|
||||||
keywords.workspace = true
|
keywords = { workspace = true }
|
||||||
|
|
||||||
[lib]
|
[lib]
|
||||||
proc-macro = true
|
proc-macro = true
|
||||||
|
@ -1,15 +1,15 @@
|
|||||||
[package]
|
[package]
|
||||||
name = "typst-pdf"
|
name = "typst-pdf"
|
||||||
description = "PDF exporter for Typst."
|
description = "PDF exporter for Typst."
|
||||||
version.workspace = true
|
version = { workspace = true }
|
||||||
rust-version.workspace = true
|
rust-version = { workspace = true }
|
||||||
authors.workspace = true
|
authors = { workspace = true }
|
||||||
edition.workspace = true
|
edition = { workspace = true }
|
||||||
homepage.workspace = true
|
homepage = { workspace = true }
|
||||||
repository.workspace = true
|
repository = { workspace = true }
|
||||||
license.workspace = true
|
license = { workspace = true }
|
||||||
categories.workspace = true
|
categories = { workspace = true }
|
||||||
keywords.workspace = true
|
keywords = { workspace = true }
|
||||||
|
|
||||||
[lib]
|
[lib]
|
||||||
doctest = false
|
doctest = false
|
||||||
|
@ -1,15 +1,15 @@
|
|||||||
[package]
|
[package]
|
||||||
name = "typst-render"
|
name = "typst-render"
|
||||||
description = "Raster image exporter for Typst."
|
description = "Raster image exporter for Typst."
|
||||||
version.workspace = true
|
version = { workspace = true }
|
||||||
rust-version.workspace = true
|
rust-version = { workspace = true }
|
||||||
authors.workspace = true
|
authors = { workspace = true }
|
||||||
edition.workspace = true
|
edition = { workspace = true }
|
||||||
homepage.workspace = true
|
homepage = { workspace = true }
|
||||||
repository.workspace = true
|
repository = { workspace = true }
|
||||||
license.workspace = true
|
license = { workspace = true }
|
||||||
categories.workspace = true
|
categories = { workspace = true }
|
||||||
keywords.workspace = true
|
keywords = { workspace = true }
|
||||||
|
|
||||||
[lib]
|
[lib]
|
||||||
doctest = false
|
doctest = false
|
||||||
|
@ -1,15 +1,15 @@
|
|||||||
[package]
|
[package]
|
||||||
name = "typst-svg"
|
name = "typst-svg"
|
||||||
description = "SVG exporter for Typst."
|
description = "SVG exporter for Typst."
|
||||||
version.workspace = true
|
version = { workspace = true }
|
||||||
rust-version.workspace = true
|
rust-version = { workspace = true }
|
||||||
authors.workspace = true
|
authors = { workspace = true }
|
||||||
edition.workspace = true
|
edition = { workspace = true }
|
||||||
homepage.workspace = true
|
homepage = { workspace = true }
|
||||||
repository.workspace = true
|
repository = { workspace = true }
|
||||||
license.workspace = true
|
license = { workspace = true }
|
||||||
categories.workspace = true
|
categories = { workspace = true }
|
||||||
keywords.workspace = true
|
keywords = { workspace = true }
|
||||||
|
|
||||||
[lib]
|
[lib]
|
||||||
doctest = false
|
doctest = false
|
||||||
|
@ -1,15 +1,15 @@
|
|||||||
[package]
|
[package]
|
||||||
name = "typst-syntax"
|
name = "typst-syntax"
|
||||||
description = "Parser and syntax tree for Typst."
|
description = "Parser and syntax tree for Typst."
|
||||||
version.workspace = true
|
version = { workspace = true }
|
||||||
rust-version.workspace = true
|
rust-version = { workspace = true }
|
||||||
authors.workspace = true
|
authors = { workspace = true }
|
||||||
edition.workspace = true
|
edition = { workspace = true }
|
||||||
homepage.workspace = true
|
homepage = { workspace = true }
|
||||||
repository.workspace = true
|
repository = { workspace = true }
|
||||||
license.workspace = true
|
license = { workspace = true }
|
||||||
categories.workspace = true
|
categories = { workspace = true }
|
||||||
keywords.workspace = true
|
keywords = { workspace = true }
|
||||||
|
|
||||||
[lib]
|
[lib]
|
||||||
doctest = false
|
doctest = false
|
||||||
|
@ -3,13 +3,13 @@ name = "typst"
|
|||||||
description = "A new markup-based typesetting system that is powerful and easy to learn."
|
description = "A new markup-based typesetting system that is powerful and easy to learn."
|
||||||
categories = ["compilers", "science"]
|
categories = ["compilers", "science"]
|
||||||
keywords = ["markup", "typesetting", "typst"]
|
keywords = ["markup", "typesetting", "typst"]
|
||||||
version.workspace = true
|
version = { workspace = true }
|
||||||
rust-version.workspace = true
|
rust-version = { workspace = true }
|
||||||
authors.workspace = true
|
authors = { workspace = true }
|
||||||
edition.workspace = true
|
edition = { workspace = true }
|
||||||
homepage.workspace = true
|
homepage = { workspace = true }
|
||||||
repository.workspace = true
|
repository = { workspace = true }
|
||||||
license.workspace = true
|
license = { workspace = true }
|
||||||
|
|
||||||
[lib]
|
[lib]
|
||||||
doctest = false
|
doctest = false
|
||||||
|
@ -1,9 +1,9 @@
|
|||||||
[package]
|
[package]
|
||||||
name = "typst-tests"
|
name = "typst-tests"
|
||||||
version.workspace = true
|
version = { workspace = true }
|
||||||
rust-version.workspace = true
|
rust-version = { workspace = true }
|
||||||
authors.workspace = true
|
authors = { workspace = true }
|
||||||
edition.workspace = true
|
edition = { workspace = true }
|
||||||
publish = false
|
publish = false
|
||||||
|
|
||||||
[dev-dependencies]
|
[dev-dependencies]
|
||||||
|
Loading…
x
Reference in New Issue
Block a user