diff options
| author | Dario Nieuwenhuis <[email protected]> | 2024-01-12 00:01:31 +0100 |
|---|---|---|
| committer | Dario Nieuwenhuis <[email protected]> | 2024-01-12 00:01:31 +0100 |
| commit | 6fb38849e73aacabd9b6a603fb9b0768195c36b7 (patch) | |
| tree | 420077a36cc6f151ab2864a5872a18f123cfbee3 | |
| parent | cb93823b4b0eb97ae92a6d2104dd0b9e00456c79 (diff) | |
net-tuntap: too many keywords.
| -rw-r--r-- | embassy-net-tuntap/Cargo.toml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/embassy-net-tuntap/Cargo.toml b/embassy-net-tuntap/Cargo.toml index 7e2c7bfd5..d58680481 100644 --- a/embassy-net-tuntap/Cargo.toml +++ b/embassy-net-tuntap/Cargo.toml | |||
| @@ -2,8 +2,8 @@ | |||
| 2 | name = "embassy-net-tuntap" | 2 | name = "embassy-net-tuntap" |
| 3 | version = "0.1.0" | 3 | version = "0.1.0" |
| 4 | description = "embassy-net driver for Linux TUN/TAP interfaces." | 4 | description = "embassy-net driver for Linux TUN/TAP interfaces." |
| 5 | keywords = ["embedded", "tuntap", "embassy-net", "embedded-hal-async", "ethernet", "async"] | 5 | keywords = ["embedded", "tuntap", "embassy-net", "ethernet", "async"] |
| 6 | categories = ["embedded", "hardware-support", "no-std", "network-programming", "async"] | 6 | categories = ["embedded", "hardware-support", "network-programming", "async"] |
| 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" |
