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"