Skip to content

Commit

Permalink
add another keyword to Cargo.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
humenda committed Dec 2, 2017
1 parent 7d7c3cb commit 6bd9444
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ documentation = "https://docs.rs/isolang"
keywords = [
"iso",
"language",
"language-code",
]
license = "Apache-1.0"
name = "isolang"
Expand Down Expand Up @@ -44,4 +45,4 @@ diesel_migrations = "0.99.0"

[dev-dependencies.diesel]
version = "0.99.0"
features = ["postgres"]
features = ["postgres"]

0 comments on commit 6bd9444

Please sign in to comment.