mirror of
https://github.com/FliegendeWurst/raspi-oled.git
synced 2024-11-08 13:20:37 +00:00
32 lines
863 B
TOML
32 lines
863 B
TOML
[package]
|
|
name = "raspi-oled"
|
|
version = "0.1.0"
|
|
authors = ["FliegendeWurst <2012gdwu@posteo.de>"]
|
|
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"
|
|
embedded-hal = "0.2.5"
|
|
libc = "0.2.98"
|
|
gpio-cdev = "0.4"
|
|
rusqlite = "0.27.0"
|
|
time = { version = "0.3.9", features = ["parsing"] }
|
|
time-tz = "1.0.1"
|
|
image = "0.24.1"
|
|
serde_json = "1.0.79"
|
|
serde_derive = "1.0.136"
|
|
serde = "1.0.136"
|
|
rppal = { version = "0.13.1", features = ["hal"] }
|
|
ssd1351 = { git = "https://github.com/FliegendeWurst/ssd1351-rust" }
|
|
display-interface-spi = "0.4.1"
|
|
ureq = { version = "2.4.0", default-features = false }
|
|
#gpio-am2302-rs = { git = "https://github.com/FliegendeWurst/gpio-am2302-rs" }
|
|
|
|
[profile.release]
|
|
codegen-units = 1
|
|
debug = true
|
|
lto = true
|