Initial commit

This commit is contained in:
Robert Sammelson 2023-05-12 19:04:18 -04:00
commit 273c4159be
No known key found for this signature in database
GPG key ID: 92F1F04EDB06B9E9
6 changed files with 665 additions and 0 deletions

10
Cargo.toml Normal file
View file

@ -0,0 +1,10 @@
[package]
name = "obd"
version = "0.0.0"
edition = "2021"
[dependencies]
env_logger = "0.10"
ftdi = "0.1"
log = "0.4"
thiserror = "1"