diff options
| author | Dario Nieuwenhuis <[email protected]> | 2024-01-12 00:32:47 +0100 |
|---|---|---|
| committer | Dario Nieuwenhuis <[email protected]> | 2024-01-12 00:32:47 +0100 |
| commit | 6a1c415a4c731f06e5ebf6932bd53168d89152c9 (patch) | |
| tree | 864a4d26f5ef7ab994024908cc6695183a8d68f3 /cyw43/Cargo.toml | |
| parent | 583f6d9cc55627906ab39a4b6c741d543f3704c7 (diff) | |
Complete cargo.tomls more.
Diffstat (limited to 'cyw43/Cargo.toml')
| -rw-r--r-- | cyw43/Cargo.toml | 6 |
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 @@ | |||
| 2 | name = "cyw43" | 2 | name = "cyw43" |
| 3 | version = "0.1.0" | 3 | version = "0.1.0" |
| 4 | edition = "2021" | 4 | edition = "2021" |
| 5 | description = "Rust driver for the CYW43439 WiFi chip, used in the Raspberry Pi Pico W." | ||
| 6 | keywords = ["embedded", "cyw43", "embassy-net", "embedded-hal-async", "wifi"] | ||
| 7 | categories = ["embedded", "hardware-support", "no-std", "network-programming", "async"] | ||
| 8 | license = "MIT OR Apache-2.0" | ||
| 9 | repository = "https://github.com/embassy-rs/embassy" | ||
| 10 | documentation = "https://docs.embassy.dev/cyw43" | ||
| 5 | 11 | ||
| 6 | [features] | 12 | [features] |
| 7 | defmt = ["dep:defmt"] | 13 | defmt = ["dep:defmt"] |
