Skip to content

Commit

Permalink
fix: cargo publish to crates.io at most 5 keywords
Browse files Browse the repository at this point in the history
  • Loading branch information
cavivie committed Apr 14, 2024
1 parent 6f63dcf commit c7bee45
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,8 @@ license = "MIT OR Apache-2.0"
repository = "https://github.com/automesh-network/netstack-smoltcp"
homepage = "https://github.com/automesh-network/netstack-smoltcp"
documentation = "https://docs.rs/netstack-smoltcp"
keywords = ["netstack", "smoltcp", "network", "ip", "udp", "tcp", "tun"]
keywords = ["netstack", "smoltcp", "network", "ip", "tun"]
categories = ["network-programing"]
description = """
A netstack for the special purpose of turning packets from/to a TUN interface
into TCP streams and UDP packets. It uses smoltcp-rs as the backend netstack.
Expand Down

0 comments on commit c7bee45

Please sign in to comment.