[package] authors = [ "Christopher Hunt ", ] categories = ["embedded", "no-std"] description = "BSP for the Nordic Thingy:91 nRF9160" keywords = ["arm", "nrf9160"] license = "MIT OR Apache-2.0" readme = "README.md" name = "thingy-91-nrf9160-bsp" version = "0.1.0" edition = "2018" resolver = "2" repository = "https://github.com/titanclass/thingy-91-nrf9160" [dependencies] nrf9160-hal = "0.12.2" [dev-dependencies] cortex-m = "0.7" cortex-m-rt = "0.6" nb = "1.0.0"