Skip to content

Commit

Permalink
Add badges and cargo metadata
Browse files Browse the repository at this point in the history
  • Loading branch information
alexmoon committed Aug 21, 2024
1 parent 1a50501 commit f200702
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
5 changes: 4 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,11 +1,14 @@
[package]
authors = ["Alex Moon <[email protected]>"]
authors = ["Embassy project contributors"]
description = "Bluetooth HCI data types"
edition = "2021"
license = "MIT OR Apache-2.0"
name = "bt-hci"
repository = "https://github.com/embassy-rs/bt-hci"
version = "0.1.0"
documentation = "https://docs.rs/bt-hci"
keywords = ["bluetooth", "hci", "BLE"]
categories = ["embedded", "hardware-support", "no-std"]

[features]
defmt = ["dep:defmt", "embedded-io/defmt-03", "embedded-io-async/defmt-03"]
Expand Down
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
[![crates.io][crates-badge]][crates-url] [![docs.rs][docs-badge]][docs-url]

[crates-badge]: https://img.shields.io/crates/v/bt-hci
[crates-url]: https://crates.io/crates/bt-hci
[docs-badge]: https://docs.rs/bt-hci/badge.svg
[docs-url]: https://docs.rs/bt-hci

# bt-hci

Rust types for the Bluetooth HCI (Host Controller Interface) specification, and traits for implementing the `Controller` part
Expand Down

0 comments on commit f200702

Please sign in to comment.