mirror of
https://github.com/italicsjenga/mppt-modbus.git
synced 2024-12-23 16:51:30 +11:00
12 lines
323 B
TOML
12 lines
323 B
TOML
[package]
|
|
name = "mppt-control"
|
|
version = "0.1.0"
|
|
edition = "2021"
|
|
|
|
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
|
|
|
[dependencies]
|
|
libmodbus-rs = "0.8.3"
|
|
clap = { version = "3.2.20", features = ["derive"] }
|
|
bincode = "1.3"
|
|
serde = { version = "1.0", features = ["derive"] } |