obd2/Cargo.toml
Nicholas Orlowsky 3010f9326f - allow communication to elm327 device via a serialport
- allow creation of elm327 device without requiring unwrap()
- added some extra documentation
- add fuel_level obd-ii command
- expose reset() functionality of device
2025-03-18 21:59:16 -04:00

15 lines
318 B
TOML

[package]
name = "obd2"
description = "Utility for reading data from a vehicle over OBD-II"
license = "MIT OR Apache-2.0"
repository = "https://github.com/rsammelson/obd2"
version = "0.2.0-pre3"
edition = "2021"
[dependencies]
env_logger = "0.10"
ftdi = "0.1.3"
log = "0.4.8"
thiserror = "1.0.15"
serialport="=4.6.1"