Skip to content

Commit

Permalink
Metadata for tls crates
Browse files Browse the repository at this point in the history
  • Loading branch information
sfackler committed Nov 12, 2018
1 parent bebb315 commit abaaf54
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 2 deletions.
3 changes: 3 additions & 0 deletions postgres-native-tls/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@
name = "postgres-native-tls"
version = "0.1.0"
authors = ["Steven Fackler <[email protected]>"]
license = "MIT"
description = "native-tls support for the postgres crate"
categories = ["database"]

[dependencies]
native-tls = "0.2"
Expand Down
2 changes: 1 addition & 1 deletion postgres-native-tls/src/lib.rs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
//! Native TLS support for the `postgres` crate.
//! `native-tls` support for the `postgres` crate.
pub extern crate native_tls;
extern crate postgres;

Expand Down
3 changes: 3 additions & 0 deletions postgres-openssl/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@
name = "postgres-openssl"
version = "0.1.0"
authors = ["Steven Fackler <[email protected]>"]
license = "MIT"
description = "openssl support for the postgres crate"
categories = ["database"]

[dependencies]
openssl = "0.10.9"
Expand Down
2 changes: 1 addition & 1 deletion postgres-openssl/src/lib.rs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
//! OpenSSL support for the `postgres` crate.
//! `openssl` support for the `postgres` crate.
pub extern crate openssl;
extern crate postgres;

Expand Down

0 comments on commit abaaf54

Please sign in to comment.