~ruther/stm32h747i-disco-usb-image-viewer

ref: c82aadb4e109aa4b6aaab78bef07353605897480 stm32h747i-disco-usb-image-viewer/linux_app/Cargo.toml -rw-r--r-- 264 bytes
c82aadb4 — Rutherther feat: implement linux app for sending images 3 months ago
                                                                                
1
2
3
4
5
6
7
8
9
10
11
12
[package]
name = "linux_app"
version = "0.1.0"
edition = "2021"

[dependencies]
bytes = "1.9.0"
futures = "0.3.31"
image = "0.25.5"
tokio = { version = "1.42.0", features = ["full"] }
tokio-serial = "5.4.4"
tokio-util = { version = "0.7.13", features = ["full"] }
Do not follow this link