mirror of
https://github.com/FliegendeWurst/raspi-oled.git
synced 2024-11-08 13:20:37 +00:00
19 lines
384 B
TOML
19 lines
384 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.7.1"
|
||
|
linux-embedded-hal = "0.3.0"
|
||
|
machine-ip = "0.2.1"
|
||
|
ssd1306 = "0.6.0"
|
||
|
|
||
|
[profile.release]
|
||
|
codegen-units = 1
|
||
|
debug = true
|
||
|
lto = true
|