diff options
| author | Dario Nieuwenhuis <[email protected]> | 2024-01-12 00:35:01 +0100 |
|---|---|---|
| committer | Dario Nieuwenhuis <[email protected]> | 2024-01-12 00:39:01 +0100 |
| commit | 4c23f197b3225e8165f07ddf66ab54f774c4212f (patch) | |
| tree | 09f78edf2441ef1513e0f26ec5adddc2cf729b0a /embassy-net-enc28j60/Cargo.toml | |
| parent | 6a1c415a4c731f06e5ebf6932bd53168d89152c9 (diff) | |
Fix invalid "async" crates.io category.
Diffstat (limited to 'embassy-net-enc28j60/Cargo.toml')
| -rw-r--r-- | embassy-net-enc28j60/Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/embassy-net-enc28j60/Cargo.toml b/embassy-net-enc28j60/Cargo.toml index ab594a2f4..23bd3da7e 100644 --- a/embassy-net-enc28j60/Cargo.toml +++ b/embassy-net-enc28j60/Cargo.toml | |||
| @@ -3,7 +3,7 @@ name = "embassy-net-enc28j60" | |||
| 3 | version = "0.1.0" | 3 | version = "0.1.0" |
| 4 | description = "embassy-net driver for the ENC28J60 ethernet chip" | 4 | description = "embassy-net driver for the ENC28J60 ethernet chip" |
| 5 | keywords = ["embedded", "enc28j60", "embassy-net", "embedded-hal-async", "ethernet"] | 5 | keywords = ["embedded", "enc28j60", "embassy-net", "embedded-hal-async", "ethernet"] |
| 6 | categories = ["embedded", "hardware-support", "no-std", "network-programming", "async"] | 6 | categories = ["embedded", "hardware-support", "no-std", "network-programming", "asynchronous"] |
| 7 | license = "MIT OR Apache-2.0" | 7 | license = "MIT OR Apache-2.0" |
| 8 | edition = "2021" | 8 | edition = "2021" |
| 9 | repository = "https://github.com/embassy-rs/embassy" | 9 | repository = "https://github.com/embassy-rs/embassy" |
