obd2/Cargo.toml
Robert Sammelson 273c4159be
Initial commit
2023-05-12 19:07:59 -04:00

11 lines
135 B
TOML

[package]
name = "obd"
version = "0.0.0"
edition = "2021"
[dependencies]
env_logger = "0.10"
ftdi = "0.1"
log = "0.4"
thiserror = "1"