[package] name = "smartie" version = "0.1.0" authors = ["Steve Davis "] readme = "README.md" edition = "2021" description = "LCD Smartie driver written in Rust" repository = "https://github.com/celeryclub/smartie" license = "MIT" [dependencies] clap = { version = "4.1.13", features = ["derive"] } serial = "0.4.0"