Skip to content

Commit

Permalink
modified cargo.toml categories to use new format
Browse files Browse the repository at this point in the history
  • Loading branch information
KennethWilke committed May 18, 2022
1 parent b4ae7c0 commit 41c522c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ readme = "README.md"
repository = "https://github.com/KennethWilke/tenorite"
license = "MIT"
keywords = ["async", "tokio", "concurrency", "utility"]
categories = ["Asynchronous", "Concurrency", "Rust patterns"]
categories = ["asynchronous", "concurrency", "rust-patterns"]

[dependencies]
tokio = { version = "1.17.0", features = ["sync", "rt"] }
Expand Down

0 comments on commit 41c522c

Please sign in to comment.