11 lines
270 B
TOML
11 lines
270 B
TOML
[package]
|
|
name = "tmtc-utils"
|
|
version = "0.1.0"
|
|
edition = "2024"
|
|
|
|
[dependencies]
|
|
thiserror = "2"
|
|
serialport = { version = "4.8.2-alpha.0", git = "https://github.com/us-irs/serialport-rs.git", branch = "add-vmin-vtime-and-non-blocking-support" }
|
|
cobs = "0.5"
|
|
log = "0.4"
|