From 79d7d3629ce71e49bfb428cc2f48e4498ee4a752 Mon Sep 17 00:00:00 2001 From: kud1ing Date: Fri, 29 Jan 2016 08:52:01 +0100 Subject: [PATCH] add keywords to improve linkability on crates.io --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 5d9e5344..44b07981 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -7,7 +7,7 @@ description = "A native PostgreSQL driver" repository = "https://github.com/sfackler/rust-postgres" documentation = "https://sfackler.github.io/rust-postgres/doc/v0.11.0/postgres" readme = "README.md" -keywords = ["database", "sql"] +keywords = ["database", "postgres", "postgresql", "sql"] build = "build.rs" include = ["src/*", "build.rs", "Cargo.toml", "LICENSE", "README.md", "THIRD_PARTY"]