2021-07-24 19:46:48 +00:00
|
|
|
[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"
|
2021-07-24 19:46:48 +00:00
|
|
|
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 = { version = "0.25.3", features = ["bundled"] }
|
2021-07-24 19:46:48 +00:00
|
|
|
|
|
|
|
[profile.release]
|
|
|
|
codegen-units = 1
|
|
|
|
debug = true
|
|
|
|
lto = true
|