aboutsummaryrefslogtreecommitdiffstats
path: root/sw/deps/hd44780-driver/examples/stm32f30x/Cargo.toml
blob: 5e518668565c9004143f8ff6fce1a1bc415ac1d9 (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>"]
edition = "2018"
name = "stm32f30x-hd44780-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