mirror of
https://github.com/italicsjenga/mppt-modbus.git
synced 2025-01-11 01:31:40 +11:00
10 lines
252 B
TOML
10 lines
252 B
TOML
[package]
|
|
name = "modbus-test"
|
|
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.1", features = ["derive"] } |