summaryrefslogtreecommitdiffstats
path: root/ble/Cargo.toml
blob: be54397406ba1ceed23d06e602697d1f4c1aa1e1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
[package]
name = "ble"
version = "0.1.0"
authors = ["Brian Cully <bjc@kublai.com>"]
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" }