mirror of
https://github.com/FliegendeWurst/raspi-oled.git
synced 2024-11-28 21:15:54 +00:00
14 lines
339 B
TOML
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"
|