You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
14 lines
350 B
TOML
14 lines
350 B
TOML
[package]
|
|
name = "embedded_linux"
|
|
version = "0.1.0"
|
|
authors = ["Christoph Groß <christoph.gross@student.uni-tuebingen.de>"]
|
|
|
|
[dependencies]
|
|
|
|
#eink_waveshare_rs = { git = "https://github.com/Caemor/eink-waveshare-rs"}
|
|
eink_waveshare_rs = { path = "../../"}
|
|
|
|
linux-embedded-hal = "0.2.0"
|
|
|
|
embedded-hal = { version = "0.2.1", features = ["unproven"] }
|