d16bd7e7f8
Signed-off-by: Thomas Klaehn <thomas.klaehn@perinet.io>
12 lines
339 B
TOML
12 lines
339 B
TOML
[package]
|
|
name = "cvs-monitor"
|
|
version = "0.1.0"
|
|
edition = "2021"
|
|
|
|
[dependencies]
|
|
chrono = "0.4"
|
|
serde = { version = "1.0", features = ["derive"] }
|
|
serde_json = "1.0"
|
|
gps_parser = { version = "0.3.1", git = "https://git.blackfinn.de/rust/gps_parser.git" }
|
|
ina3221 = { version = "0.2.0", git = "https://git.blackfinn.de/rust/ina3221.git" }
|