diff --git a/postgres/Cargo.toml b/postgres/Cargo.toml index 05182998..b7778015 100644 --- a/postgres/Cargo.toml +++ b/postgres/Cargo.toml @@ -9,6 +9,10 @@ documentation = "https://docs.rs/postgres/0.14.0/postgres" readme = "../README.md" keywords = ["database", "postgres", "postgresql", "sql"] include = ["src/*", "Cargo.toml", "LICENSE", "README.md", "THIRD_PARTY"] +categories = ["database"] + +[badges] +travis-ci = { repository = "sfackler/rust-postgres" } [lib] name = "postgres" diff --git a/tokio-postgres/Cargo.toml b/tokio-postgres/Cargo.toml index 4c9d069f..53afc9e2 100644 --- a/tokio-postgres/Cargo.toml +++ b/tokio-postgres/Cargo.toml @@ -8,6 +8,10 @@ repository = "https://github.com/sfackler/rust-postgres" documentation = "https://docs.rs/tokio-postgres/0.2.1/tokio_postgres" readme = "../README.md" keywords = ["database", "postgres", "postgresql", "sql", "async"] +categories = ["database"] + +[badges] +travis-ci = { repository = "sfackler/rust-postgres" } [features] with-bit-vec = ["postgres-shared/with-bit-vec"]