aboutsummaryrefslogtreecommitdiff
path: root/cyw43/Cargo.toml
diff options
context:
space:
mode:
authorDario Nieuwenhuis <[email protected]>2024-01-12 00:32:47 +0100
committerDario Nieuwenhuis <[email protected]>2024-01-12 00:32:47 +0100
commit6a1c415a4c731f06e5ebf6932bd53168d89152c9 (patch)
tree864a4d26f5ef7ab994024908cc6695183a8d68f3 /cyw43/Cargo.toml
parent583f6d9cc55627906ab39a4b6c741d543f3704c7 (diff)
Complete cargo.tomls more.
Diffstat (limited to 'cyw43/Cargo.toml')
-rw-r--r--cyw43/Cargo.toml6
1 files changed, 6 insertions, 0 deletions
diff --git a/cyw43/Cargo.toml b/cyw43/Cargo.toml
index 20bb039a9..3b4aada00 100644
--- a/cyw43/Cargo.toml
+++ b/cyw43/Cargo.toml
@@ -2,6 +2,12 @@
2name = "cyw43" 2name = "cyw43"
3version = "0.1.0" 3version = "0.1.0"
4edition = "2021" 4edition = "2021"
5description = "Rust driver for the CYW43439 WiFi chip, used in the Raspberry Pi Pico W."
6keywords = ["embedded", "cyw43", "embassy-net", "embedded-hal-async", "wifi"]
7categories = ["embedded", "hardware-support", "no-std", "network-programming", "async"]
8license = "MIT OR Apache-2.0"
9repository = "https://github.com/embassy-rs/embassy"
10documentation = "https://docs.embassy.dev/cyw43"
5 11
6[features] 12[features]
7defmt = ["dep:defmt"] 13defmt = ["dep:defmt"]