Skip to content

Commit

Permalink
Add some keyword and categories to Cargo.toml, and point license to EUPL
Browse files Browse the repository at this point in the history
  • Loading branch information
snaggen committed Oct 31, 2024
1 parent 25e2525 commit d91c391
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
5 changes: 3 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -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 <[email protected]>"]
original-authors = ["Alex Whitney <[email protected]>, Jens Walter <[email protected]>, Alexander Kunde <[email protected]>"]
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]
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)

0 comments on commit d91c391

Please sign in to comment.