Skip to content

Commit

Permalink
fix keywords
Browse files Browse the repository at this point in the history
  • Loading branch information
fafhrd91 committed Nov 6, 2017
1 parent 2746e14 commit 46fcab8
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 @@ -4,7 +4,7 @@ version = "0.3.2"
authors = ["Nikolay Kim <fafhrd91@gmail.com>"]
description = "Actor framework for Rust"
readme = "README.md"
keywords = ["actor", "asynchronous", "concurrency", "actix", "async", "tokio", "futures"]
keywords = ["actor", "asynchronous", "actix", "async", "tokio"]
homepage = "https://github.com/actix/actix/"
repository = "https://github.com/actix/actix.git"
documentation = "https://docs.rs/actix/"
Expand Down

0 comments on commit 46fcab8

Please sign in to comment.