mirror of
https://github.com/Astatin3/CC2.git
synced 2026-06-09 00:18:00 -06:00
9 lines
122 B
TOML
9 lines
122 B
TOML
[package]
|
|
name = "serial-test"
|
|
version = "0.1.0"
|
|
edition = "2024"
|
|
|
|
[dependencies]
|
|
anyhow = "1.0.102"
|
|
serialport = "4.9.0"
|