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

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