From 80c98c0173845c4027df796b1a299bd4438ccea4 Mon Sep 17 00:00:00 2001 From: Sajjad Date: Sat, 30 Mar 2024 14:57:51 -0400 Subject: [PATCH] Update Cargo.toml --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 3b70438..fa30206 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] authors = ['Narrowlink '] -description = 'Asynchronous lightweight implementation of TCP/IP stack for Tun device' +description = 'Asynchronous lightweight userspace implementation of TCP/IP stack for Tun device' name = "ipstack" version = "0.0.7" edition = "2021"