mirror of
https://github.com/Astatin3/CC2.git
synced 2026-06-08 16:08: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"
|