[package] name = "jewel-nrf52840" version = "0.1.0" edition = "2021" license = "BSD-2-Clause" description = "BLE for a bare-metal, real-time system." readme = "README.md" repository = "https://github.com/jewel-rs/jewel" keywords = ["nostd", "ble", "embassy"] categories = ["embedded", "no-std::no-alloc", "asynchronous"] [dependencies] embassy-nrf = { version = "0.1.0", git = "https://github.com/embassy-rs/embassy.git", features = [ "defmt", "nrf52840", "time-driver-rtc1", "time", ] } [patch.crates-io] embassy-time = { version = "0.3.0", git = "https://github.com/embassy-rs/embassy.git" }