Move all dependencies to workspace
This commit is contained in:
parent
611bf3a9f1
commit
4f725a05c9
4 changed files with 48 additions and 33 deletions
|
|
@ -1,21 +1,21 @@
|
|||
[package]
|
||||
name = "showbits-common"
|
||||
version.workspace = true
|
||||
edition.workspace = true
|
||||
version = { workspace = true }
|
||||
edition = { workspace = true }
|
||||
|
||||
[dependencies]
|
||||
anyhow.workspace = true
|
||||
comemo = "0.4.0"
|
||||
cosmic-text.workspace = true
|
||||
image.workspace = true
|
||||
mark.git = "https://github.com/Garmelon/mark.git"
|
||||
palette.workspace = true
|
||||
paste = "1.0.15"
|
||||
showbits-assets.workspace = true
|
||||
taffy.workspace = true
|
||||
typst = "0.11.0"
|
||||
typst-assets = { version = "0.11.0", features = ["fonts"] }
|
||||
typst-render = "0.11.0"
|
||||
anyhow = { workspace = true }
|
||||
comemo = { workspace = true }
|
||||
cosmic-text = { workspace = true }
|
||||
image = { workspace = true }
|
||||
mark = { workspace = true }
|
||||
palette = { workspace = true }
|
||||
paste = { workspace = true }
|
||||
showbits-assets = { workspace = true }
|
||||
taffy = { workspace = true }
|
||||
typst = { workspace = true }
|
||||
typst-assets = { workspace = true }
|
||||
typst-render = { workspace = true }
|
||||
|
||||
[lints]
|
||||
workspace = true
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue