From d91c391aea7e5408a7a7c596ac2c3325e24ccf87 Mon Sep 17 00:00:00 2001 From: Mattias Eriksson Date: Thu, 31 Oct 2024 07:42:05 +0100 Subject: [PATCH] Add some keyword and categories to Cargo.toml, and point license to EUPL --- Cargo.toml | 5 +++-- README.md | 2 +- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 68df719..912fdce 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,14 +1,15 @@ [package] name = "async-stomp" version = "0.5.0" -description = "Unofficial successor to Asynchronous streaming STOMP client" +description = "An asynchronous streaming STOMP client" authors = ["Mattias Eriksson "] original-authors = ["Alex Whitney , Jens Walter , Alexander Kunde "] repository = "https://github.com/snaggen/async-stomp" homepage = "https://github.com/snaggen/async-stomp" -keywords = ["stomp", "tokio", "streaming"] +keywords = ["stomp", "tokio", "streaming", "async"] license = "EUPL-1.2" readme = "README.md" +categories = ["network-programming", "parser-implementations"] edition = "2021" [dependencies] diff --git a/README.md b/README.md index 32cad62..9a79e2b 100644 --- a/README.md +++ b/README.md @@ -80,4 +80,4 @@ async fn main() -> Result<(), std::io::Error> { For full examples, see the examples directory. -License: [EUPL](LICENSE) +License: [EUPL](LICENSE.EUPL)