12 lines
299 B
TOML
12 lines
299 B
TOML
[package]
|
|
name = "cmd"
|
|
version.workspace = true
|
|
edition.workspace = true
|
|
description.workspace = true
|
|
license.workspace = true
|
|
|
|
[dependencies]
|
|
clap = { version = "4.5.21", features = ["derive"] }
|
|
serial-comm = { path = "../serial-comm" }
|
|
serialport = { version = "4.6.0", default-features = false }
|