catprinter 0.1.0

control ur cat printer using this module (MXW01 only :3)
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
[package]
name = "catprinter"
version = "0.1.0"
edition = "2024"
license = "MIT"
description = "control ur cat printer using this module (MXW01 only :3)"

[dependencies]
async-trait = "0.1"
tokio = { version = "1", features = ["rt-multi-thread", "macros", "time"] }
btleplug = { version = "0.11.8" }
uuid = { version = "1", features = ["v4"] }
futures = "0.3"
rusttype = "0.9"
once_cell = "1.20"
image = "0.25.0"
imageproc = "0.25.0"