From 7776b3ee81474b824c38e20f58c7717fb133f8c9 Mon Sep 17 00:00:00 2001 From: Niclas Hoyer Date: Wed, 26 Jan 2022 01:32:08 +0100 Subject: [PATCH] Add description to make crates.io happy --- Cargo.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/Cargo.toml b/Cargo.toml index a44ea42..2cb348e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,5 +1,6 @@ [package] name = "rtltcp" +description = "A rust implementation of rtl-tcp with better buffering and support for systemd socket activation." version = "0.1.1" authors = ["Niclas Hoyer "] edition = "2021"