From 304e48ae0f33f4dea5bd4f8f705531480a25eaf8 Mon Sep 17 00:00:00 2001 From: Brian Cully Date: Sun, 11 Aug 2019 19:21:18 -0400 Subject: Add ble crate. --- ble/Cargo.toml | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 ble/Cargo.toml (limited to 'ble/Cargo.toml') diff --git a/ble/Cargo.toml b/ble/Cargo.toml new file mode 100644 index 0000000..be54397 --- /dev/null +++ b/ble/Cargo.toml @@ -0,0 +1,18 @@ +[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" } -- cgit v1.2.3