Complete cargo.tomls more.

This commit is contained in:
Dario Nieuwenhuis
2024-01-12 00:32:47 +01:00
parent 583f6d9cc5
commit 6a1c415a4c
29 changed files with 82 additions and 11 deletions

View File

@@ -2,6 +2,12 @@
name = "cyw43"
version = "0.1.0"
edition = "2021"
description = "Rust driver for the CYW43439 WiFi chip, used in the Raspberry Pi Pico W."
keywords = ["embedded", "cyw43", "embassy-net", "embedded-hal-async", "wifi"]
categories = ["embedded", "hardware-support", "no-std", "network-programming", "async"]
license = "MIT OR Apache-2.0"
repository = "https://github.com/embassy-rs/embassy"
documentation = "https://docs.embassy.dev/cyw43"
[features]
defmt = ["dep:defmt"]