[package] name = "lcd1602rs" version = "0.3.0" edition = "2021" description = "A tiny package to write to a LCD1602 via I2C (e.g. on a Raspberry Pi)" license = "GPL-3.0-or-later" authors = ["Robert Czechowski"] repository = "https://git.zgtm.de/zgtm/lcd1602rs" [dependencies] [build-dependencies] cc = "1.0"