Add /image endpoint
This commit is contained in:
parent
ef5f0e3af4
commit
74b0d25dfc
4 changed files with 80 additions and 3 deletions
|
|
@ -5,7 +5,7 @@ edition.workspace = true
|
|||
|
||||
[dependencies]
|
||||
anyhow.workspace = true
|
||||
axum = "0.7.4"
|
||||
axum = { version = "0.7.4", features = ["multipart"] }
|
||||
clap = { version = "4.5.1", features = ["derive", "deprecated"] }
|
||||
cosmic-text.workspace = true
|
||||
escpos = { version = "0.7.2", features = ["full"] }
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue