๐Ÿ“ฆ AlistairKeiller / FSAE-influxdb

๐Ÿ“„ Cargo.toml ยท 13 lines
1
2
3
4
5
6
7
8
9
10
11
12
13[package]
name = "FSAE-influxdb"
version = "0.1.0"
edition = "2021"

[dependencies]
socketcan = {version = "3.3.0", features = ["tokio"]}
embedded-can = "0.4.1"
influxdb = { version = "0.7.2", features = ["derive"] }
chrono = "0.4.38"
tokio = { version = "1.40.0", features = ["full"] }
futures-util = "0.3.31"
tokio-serial = "5.4.1"