[package] authors = ["Jorge Aparicio "] edition = "2018" license = "MIT OR Apache-2.0" name = "dk" version = "0.0.0" [dependencies] cortex-m = "0.6.2" cortex-m-rt = "0.6.12" embedded-hal = "0.2.3" hal = { package = "nrf52840-hal", git = "https://github.com/japaric/nrf-hal", branch = "radio" } log = "0.4.8" rtt-target = { version = "0.2.0", features = ["cortex-m"] } [features] beginner = [] advanced = []