From 874d07d6430bada7e470bbb91ed54f469ade5127 Mon Sep 17 00:00:00 2001 From: cavivie Date: Tue, 27 Aug 2024 15:45:21 +0800 Subject: [PATCH] Fix typos in Cargo.toml --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index d6f494d..94a7312 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -8,7 +8,7 @@ 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", "tun"] -categories = ["network-programing"] +categories = ["network-programming"] 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.