Skip to content

Commit d406277

Browse files
gwennsfackler
authored andcommitted
Add categories and badges for Cargo (#252)
Category `database` is "Database interfaces" Badge for Travis CI
1 parent 23c232c commit d406277

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed

postgres/Cargo.toml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,10 @@ documentation = "https://docs.rs/postgres/0.14.0/postgres"
99
readme = "../README.md"
1010
keywords = ["database", "postgres", "postgresql", "sql"]
1111
include = ["src/*", "Cargo.toml", "LICENSE", "README.md", "THIRD_PARTY"]
12+
categories = ["database"]
13+
14+
[badges]
15+
travis-ci = { repository = "sfackler/rust-postgres" }
1216

1317
[lib]
1418
name = "postgres"

tokio-postgres/Cargo.toml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,10 @@ repository = "https://github.com/sfackler/rust-postgres"
88
documentation = "https://docs.rs/tokio-postgres/0.2.1/tokio_postgres"
99
readme = "../README.md"
1010
keywords = ["database", "postgres", "postgresql", "sql", "async"]
11+
categories = ["database"]
12+
13+
[badges]
14+
travis-ci = { repository = "sfackler/rust-postgres" }
1115

1216
[features]
1317
with-bit-vec = ["postgres-shared/with-bit-vec"]

0 commit comments

Comments
 (0)