summaryrefslogtreecommitdiffstats
path: root/ble/Cargo.toml
blob: ad7b8881833402435048ac4491e937f9ea4596a1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
[package]
name = "ble"
version = "0.1.0"
authors = ["Brian Cully <bjc@kublai.com>"]
edition = "2018"

[dependencies]
nrf52840-mdk-bsp = { path = "../../nrf52-hal/boards/nrf52840-mdk" }
nrf52840-hal = "0.8"
rubble = "0.0"
rubble-nrf52 = "0.0"
cortex-m = "~0.6"
cortex-m-rt = "~0.6"
panic-semihosting = "~0.5"
nb = "~0.1"

[features]
default = ["rt", "rubble-nrf52/52840"]
rt = ["nrf52840-hal/rt"]

[patch.crates-io]
nrf52840-hal = { path = "../../nrf52-hal/nrf52840-hal" }