Import teepee code
This commit is contained in:
parent
6b62c3fd54
commit
a2867b7188
9 changed files with 1439 additions and 5 deletions
|
|
@ -4,8 +4,14 @@ version.workspace = true
|
|||
edition.workspace = true
|
||||
|
||||
[dependencies]
|
||||
anyhow.workspace = true
|
||||
axum = "0.7.4"
|
||||
clap = { version = "4.5.1", features = ["derive", "deprecated"] }
|
||||
escpos = { version = "0.7.2", features = ["full"] }
|
||||
palette.workspace = true
|
||||
serde = { version = "1.0.197", features = ["derive"] }
|
||||
showbits-common.workspace = true
|
||||
tokio = { version = "1.36.0", features = ["full"] }
|
||||
|
||||
[lints]
|
||||
workspace = true
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue