rawprinter 0.1.0

An IOT server written in rust for connecting via USB to raw printers.
[package]
name = "rawprinter"
version = "0.1.0"
edition = "2021"
authors = ["Marco Di Pillo Tomic <marcodpt@protonmail.com>"]
license = "MIT"
description = "An IOT server written in rust for connecting via USB to raw printers."
readme = "README.md"
homepage = "https://github.com/marcodpt/rawprinter"
repository = "https://github.com/marcodpt/rawprinter"
keywords = [
  "iot",
  "printer",
  "server",
  "barcode",
  "zebra"
]
categories = ["hardware-support"]

[dependencies]
axum = "0"
tokio = { version = "1", features = ["full"] }
escpos-rs = "0"
clap = {version = "4", features = ["derive"]}
clap-num = "1"

[profile.release]
opt-level = 3