summaryrefslogtreecommitdiff
path: root/nrf-softdevice-s132/Cargo.toml
blob: 85e99f750e3350f1df6799876f097c5b6eb53029 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
[package]
name = "nrf-softdevice-s132"
version = "0.1.1"
description = "Low-level bindings for the Nordic nRF SoftDevice S132"
authors = ["Dario Nieuwenhuis <dirbaio@dirbaio.net>"]
repository = "https://github.com/embassy-rs/nrf-softdevice"
categories = ["embedded", "hardware-support", "no-std"]
keywords = ["cortex-m", "nrf52", "nrf-softdevice", "bluetooth", "ble"]
license-file = "LICENSE-NORDIC"
edition = "2021"

[package.metadata.docs.rs]
targets = ["thumbv7em-none-eabihf"]