aboutsummaryrefslogtreecommitdiffstats
path: root/sw/deps/hd44780-driver/examples/stm32f30x-i2c/Cargo.toml
blob: 3a53b472dcac6df5c42e3755640b894325fbd5ba (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
[package]
authors = ["Robin Krahl <robin.krahl@ireas.org>", "Nils Van Zuijlen <nils.van-zuijlen@mailo.com>"]
edition = "2018"
name = "stm32f30x-hd44780-i2c-example"
version = "0.1.0"
license = "MIT"
publish = false

[dependencies]
cortex-m = "0.5.8"
cortex-m-rt = "0.6.5"
embedded-hal = "0.2.2"
panic-halt = "0.2.0"
hd44780-driver = { path = "../.." }

[dependencies.hal]
version = "0.2.0"
package = "stm32f30x-hal"

[profile.release]
codegen-units = 1
debug = true
lto = true