[package] name = "arduinors" version = "0.1.1" authors = ["Marcus Rossel "] repository = "https://github.com/marcusrossel/arduinors.git" edition = "2018" description = "Firmata-based interface to an Arduino and the Arduino CLI." license = "MIT OR Apache-2.0" keywords = ["arduino"] [dependencies] firmata = "0.*" regex = "1.*"