cvs-monitor/Cargo.toml
Thomas Klaehn d16bd7e7f8 Initial commit
Signed-off-by: Thomas Klaehn <thomas.klaehn@perinet.io>
2025-01-20 16:18:28 +01:00

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" }