raspi-oled/Cargo.toml
chux0519 a822a98bdc init example
also add build script
2019-11-15 18:37:14 +08:00

14 lines
339 B
TOML

[package]
name = "raspi-oled"
version = "0.1.0"
authors = ["chux0519 <chuxdesign@hotmail.com>"]
edition = "2018"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
embedded-graphics = "0.6.0-alpha.2"
linux-embedded-hal = "0.2.2"
machine-ip = "0.2.1"
ssd1306 = "0.3.0-alpha.2"