[package] name = "ble" version = "0.1.0" authors = ["Brian Cully "] edition = "2018" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] nrf52840-hal = "0.8" rubble = "0.0" rubble-nrf52 = "0.0" [features] default = ["rubble-nrf52/52840"] [patch.crates-io] nrf52840-hal = { path = "../../nrf52-hal/nrf52840-hal" }