# Copyright 2019 Robin Krahl # SPDX-License-Identifier: CC0-1.0 [package] name = "ntw" version = "0.1.0" authors = ["Robin Krahl "] description = "experimental firmware for the Nitrokey Pro" readme = "README.md" edition = "2018" [dependencies] cortex-m = "0.5.8" cortex-m-rt = "0.6.7" embedded-hal = "0.2.2" panic-halt = "0.2.0" [dependencies.hal] package = "stm32f1xx-hal" version = "0.1.1" features = ["stm32f103", "rt"] [profile.release] codegen-units = 1 debug = true lto = true