init commit

This commit is contained in:
Nicholas Orlowsky 2025-03-20 14:34:38 -04:00
commit e37e4b4d54
No known key found for this signature in database
GPG key ID: A9F3BA4C0AA7A70B
10 changed files with 3072 additions and 0 deletions

17
Cargo.toml Normal file
View file

@ -0,0 +1,17 @@
[package]
name = "obt"
version = "0.1.0"
edition = "2021"
[dependencies]
obd2={ path = "../obd2", features = [ "ftdi_comm" ] }
env_logger = "0.10"
vin_parser = "1.0.0"
chrono = "0.4.40"
anyhow = "1.0.97"
log = "0.4"
gpsd_client = "0.1.5"
sqlx = { version = "0.8.3", features = ["runtime-async-std", "sqlite"]}
bincode = "1.3.3"
serde = "1.0.219"
serde_json = "1.0.140"