23 lines
484 B
TOML
23 lines
484 B
TOML
# This file is automatically @generated by Cargo.
|
|
# It is not intended for manual editing.
|
|
version = 3
|
|
|
|
[[package]]
|
|
name = "anyhow"
|
|
version = "1.0.80"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "5ad32ce52e4161730f7098c077cd2ed6229b5804ccf99e5366be1ab72a98b4e1"
|
|
|
|
[[package]]
|
|
name = "showbits-common"
|
|
version = "0.0.0"
|
|
dependencies = [
|
|
"anyhow",
|
|
]
|
|
|
|
[[package]]
|
|
name = "showbits-thermal-printer"
|
|
version = "0.0.0"
|
|
dependencies = [
|
|
"showbits-common",
|
|
]
|