summaryrefslogtreecommitdiff
path: root/nrf-softdevice-s113/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'nrf-softdevice-s113/Cargo.toml')
-rw-r--r--nrf-softdevice-s113/Cargo.toml14
1 files changed, 14 insertions, 0 deletions
diff --git a/nrf-softdevice-s113/Cargo.toml b/nrf-softdevice-s113/Cargo.toml
new file mode 100644
index 0000000..81c7f59
--- /dev/null
+++ b/nrf-softdevice-s113/Cargo.toml
@@ -0,0 +1,14 @@
+[package]
+name = "nrf-softdevice-s113"
+version = "0.1.1"
+description = "Low-level bindings for the Nordic nRF SoftDevice S113"
+authors = ["Dario Nieuwenhuis <dirbaio@dirbaio.net>"]
+repository = "https://github.com/nrf-rs/nrf-hal"
+categories = ["embedded", "hardware-support", "no-std"]
+keywords = ["cortex-m", "nrf52", "nrf-softdevice", "bluetooth", "ble"]
+license-file = "LICENSE-NORDIC"
+
+edition = "2018"
+
+[package.metadata.docs.rs]
+targets = ["thumbv7em-none-eabihf"]