summaryrefslogtreecommitdiff
path: root/nrf-softdevice-s140/Cargo.toml
blob: dffff621ac319baa99d298eaf70366bc9aba9b98 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
[package]
name = "nrf-softdevice-s140"
version = "0.1.1"
description = "Low-level bindings for the Nordic nRF SoftDevice S140"
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"]