-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add some keyword and categories to Cargo.toml, and point license to EUPL
- Loading branch information
Showing
2 changed files
with
4 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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] | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters