summaryrefslogtreecommitdiff
path: root/nrf-softdevice-mbr/Cargo.toml
blob: 0a9b3f2870d3368f682cbb7f186c2f5bdb0bdf87 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
[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/nrf-rs/nrf-hal"
categories = ["embedded", "hardware-support", "no-std"]
keywords = ["arm", "cortex-m", "nrf52", "nrf-softdevice"]
license-file = "LICENSE-NORDIC"

edition = "2018"

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