raspi-oled/Cargo.toml

24 lines
479 B
TOML
Raw Normal View History

[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"
2021-09-08 13:42:33 +00:00
embedded-hal = "0.2.5"
machine-ip = "0.2.1"
ssd1306 = "0.6.0"
2021-09-08 13:42:33 +00:00
libc = "0.2.98"
gpio-cdev = "0.4"
dht-hal = "0.0.1"
rusqlite = "0.25.3"
[profile.release]
codegen-units = 1
debug = true
lto = true