init commit
This commit is contained in:
commit
e37e4b4d54
10 changed files with 3072 additions and 0 deletions
17
Cargo.toml
Normal file
17
Cargo.toml
Normal 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"
|
Loading…
Add table
Add a link
Reference in a new issue