freeshipping-controller/Cargo.toml

20 lines
505 B
TOML

[package]
name = "controller"
version = "0.1.0"
authors = ["Serge Bazanski <serge@bazanski.pl>"]
edition = "2018"
[profile.release]
opt-level = 's'
lto = true
debug = true
[dependencies]
stm32f1xx-hal = {git = "https://github.com/stm32-rs/stm32f1xx-hal", rev = "9f95056273525110949923ff83c12e793eac5b5c", features = ["stm32f103", "rt"]}
panic-halt = "0.2.0"
nb = "0.1.1"
cortex-m = "0.5.8"
cortex-m-rt = "0.6.8"
cortex-m-semihosting = "0.3.2"
byteorder = { version = "1.3.1", default-features = false }