Skip to content

Commit 41d725b

Browse files
committed
Merge pull request #156 from kud1ing/patch-1
Add keywords to improve linkability on crates.io
2 parents be18d8a + 79d7d36 commit 41d725b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ description = "A native PostgreSQL driver"
77
repository = "https://github.com/sfackler/rust-postgres"
88
documentation = "https://sfackler.github.io/rust-postgres/doc/v0.11.0/postgres"
99
readme = "README.md"
10-
keywords = ["database", "sql"]
10+
keywords = ["database", "postgres", "postgresql", "sql"]
1111
build = "build.rs"
1212
include = ["src/*", "build.rs", "Cargo.toml", "LICENSE", "README.md", "THIRD_PARTY"]
1313

0 commit comments

Comments
 (0)