11 lines
194 B
TOML
11 lines
194 B
TOML
[package]
|
|
name = "showbits-thermal-printer"
|
|
version.workspace = true
|
|
edition.workspace = true
|
|
|
|
[dependencies]
|
|
palette.workspace = true
|
|
showbits-common.workspace = true
|
|
|
|
[lints]
|
|
workspace = true
|