Remove showbits-common
This commit is contained in:
parent
6e6dfb2b66
commit
a55109c677
17 changed files with 18 additions and 1789 deletions
21
Cargo.toml
21
Cargo.toml
|
|
@ -1,11 +1,6 @@
|
|||
[workspace]
|
||||
resolver = "3"
|
||||
members = [
|
||||
"showbits-assets",
|
||||
"showbits-common",
|
||||
"showbits-thermal-printer",
|
||||
"showbits-typst",
|
||||
]
|
||||
members = ["showbits-assets", "showbits-thermal-printer", "showbits-typst"]
|
||||
|
||||
[workspace.package]
|
||||
version = "0.0.0"
|
||||
|
|
@ -15,18 +10,15 @@ edition = "2024"
|
|||
anyhow = "1.0.96"
|
||||
axum = "0.8.1"
|
||||
clap = { version = "4.5.30", features = ["derive", "deprecated"] }
|
||||
cosmic-text = "0.12.1"
|
||||
escpos = "0.15.0"
|
||||
image = { version = "0.25.5", default-features = false }
|
||||
image = "0.25.5"
|
||||
jiff = "0.2.1"
|
||||
mime_guess = "2.0.5"
|
||||
palette = "0.7.6"
|
||||
paste = "1.0.15"
|
||||
rand = "0.9.0"
|
||||
rust-embed = "8.5.0"
|
||||
serde = { version = "1.0.218", features = ["derive"] }
|
||||
showbits-assets.path = "./showbits-assets"
|
||||
showbits-common.path = "./showbits-common"
|
||||
showbits-typst.path = "./showbits-typst"
|
||||
tokio = "1.43.0"
|
||||
typst = "0.13.0"
|
||||
|
|
@ -34,15 +26,6 @@ typst-assets = { version = "0.13.0", features = ["fonts"] }
|
|||
typst-kit = "0.13.0"
|
||||
typst-render = "0.13.0"
|
||||
|
||||
[workspace.dependencies.taffy]
|
||||
version = "0.7.6"
|
||||
default-features = false
|
||||
features = ["std", "taffy_tree", "flexbox", "grid", "block_layout"]
|
||||
|
||||
[workspace.dependencies.mark]
|
||||
git = "https://github.com/Garmelon/mark.git"
|
||||
rev = "2a862a69d69abc64ddd7eefd1e1ff3d05ce3b6e4"
|
||||
|
||||
[workspace.lints]
|
||||
rust.unsafe_code = { level = "forbid", priority = 1 }
|
||||
# Lint groups
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue