Update Cargo.toml

Add a second category that's specifically for TCP
v0.7.x
Kornel 2019-03-30 18:22:51 +00:00 committed by whitequark
parent 8ef6637b0b
commit 55d1e9c997
1 changed files with 1 additions and 1 deletions

View File

@ -8,7 +8,7 @@ homepage = "https://github.com/m-labs/smoltcp"
repository = "https://github.com/m-labs/smoltcp.git"
readme = "README.md"
keywords = ["ip", "tcp", "udp", "ethernet", "network"]
categories = ["embedded"]
categories = ["embedded", "network-programming"]
license = "0BSD"
# Each example should have an explicit `[[example]]` section here to
# ensure that the correct features are enabled.