Skip to content

Commit

Permalink
Fix all categories
Browse files Browse the repository at this point in the history
  • Loading branch information
ivmarkov committed Sep 10, 2024
1 parent ca4d93b commit 0ce2797
Show file tree
Hide file tree
Showing 11 changed files with 24 additions and 28 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ name = "edge-net"
version = "0.8.0"
authors = ["Ivan Markov <ivan.markov@gmail.com>"]
edition = "2021"
categories = ["embedded", "hardware-support"]
keywords = ["embedded", "svc", "network"]
categories = ["embedded", "hardware-support", "network-programming", "asynchronous"]
keywords = ["embedded", "network"]
description = "no_std and no-alloc async implementations of various network protocols."
repository = "https://github.com/ivmarkov/edge-net"
license = "MIT OR Apache-2.0"
Expand Down
5 changes: 2 additions & 3 deletions edge-captive/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,9 @@ readme = "README.md"
license = "MIT OR Apache-2.0"
categories = [
"embedded",
"no-std",
"no-std::no-alloc",
"asynchronous",
"networking",
"dns"
"network-programming",
]

[features]
Expand Down
5 changes: 2 additions & 3 deletions edge-dhcp/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,9 @@ readme = "README.md"
license = "MIT OR Apache-2.0"
categories = [
"embedded",
"no-std",
"no-std::no-alloc",
"asynchronous",
"networking",
"dhcp"
"network-programming",
]

[features]
Expand Down
7 changes: 4 additions & 3 deletions edge-http/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,11 @@ readme = "README.md"
license = "MIT OR Apache-2.0"
categories = [
"embedded",
"no-std",
"no-std::no-alloc",
"asynchronous",
"networking",
"http"
"network-programming",
"web-programming::http-client",
"web-programming::http-server",
]

[features]
Expand Down
5 changes: 2 additions & 3 deletions edge-mdns/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,9 @@ readme = "README.md"
license = "MIT OR Apache-2.0"
categories = [
"embedded",
"no-std",
"no-std::no-alloc",
"asynchronous",
"networking",
"mdns"
"network-programming",
]

[features]
Expand Down
4 changes: 1 addition & 3 deletions edge-mqtt/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,8 @@ readme = "README.md"
license = "MIT OR Apache-2.0"
categories = [
"embedded",
"no-std",
"asynchronous",
"networking",
"mqtt"
"network-programming",
]

[dependencies]
Expand Down
4 changes: 2 additions & 2 deletions edge-nal-embassy/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@ readme = "README.md"
license = "MIT OR Apache-2.0"
categories = [
"embedded",
"no-std",
"no-std::no-alloc",
"asynchronous",
"networking"
"network-programming"
]

[dependencies]
Expand Down
4 changes: 2 additions & 2 deletions edge-nal-std/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@ readme = "README.md"
license = "MIT OR Apache-2.0"
categories = [
"embedded",
"no-std",
"no-std::no-alloc",
"asynchronous",
"networking"
"network-programming"
]

[dependencies]
Expand Down
4 changes: 2 additions & 2 deletions edge-nal/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@ readme = "README.md"
license = "MIT OR Apache-2.0"
categories = [
"embedded",
"no-std",
"no-std::no-alloc",
"asynchronous",
"networking"
"network-programming"
]

[dependencies]
Expand Down
4 changes: 2 additions & 2 deletions edge-raw/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@ readme = "README.md"
license = "MIT OR Apache-2.0"
categories = [
"embedded",
"no-std",
"no-std::no-alloc",
"asynchronous",
"networking",
"network-programming",
"ip"
]

Expand Down
6 changes: 3 additions & 3 deletions edge-ws/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,10 @@ readme = "README.md"
license = "MIT OR Apache-2.0"
categories = [
"embedded",
"no-std",
"no-std::no-alloc",
"asynchronous",
"networking",
"websockets"
"network-programming",
"web-programming::websocket"
]

[features]
Expand Down

0 comments on commit 0ce2797

Please sign in to comment.