Эх сурвалжийг харах

Update Cargo.toml

Add a second category that's specifically for TCP
Kornel 6 жил өмнө
parent
commit
af71e1f824
1 өөрчлөгдсөн 1 нэмэгдсэн , 1 устгасан
  1. 1 1
      Cargo.toml

+ 1 - 1
Cargo.toml

@@ -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.