[package] name = "rs-melsec" version = "0.1.0" edition = "2021" license = "MIT" description = "A Rust MELSEC Communication library for communicating with Mitsubishi PLCs" [dependencies] byteorder = "1.5.0" hex = "0.4.3" regex = "1.10.5" [[bin]] name = "example" path = "src/example/main.rs"