Rename crate

This commit is contained in:
Steven Fackler 2016-12-26 16:41:09 -05:00
parent 47738e3774
commit 5004efb792
14 changed files with 4 additions and 4 deletions

View File

@ -11,4 +11,4 @@ before_script:
script:
- cargo test --manifest-path=postgres/Cargo.toml
- cargo test --manifest-path=postgres/Cargo.toml --features "$(cargo read-manifest --manifest-path=postgres/Cargo.toml | jq -r '.features|keys|map(select(. != "with-security-framework" and . != "with-schannel"))|join(" ")')"
- cargo test --manifest-path=postgres-tokio/Cargo.toml
- cargo test --manifest-path=tokio-postgres/Cargo.toml

View File

@ -1,2 +1,2 @@
[workspace]
members = ["codegen", "postgres", "postgres-shared", "postgres-tokio"]
members = ["codegen", "postgres", "postgres-shared", "tokio-postgres"]

View File

@ -3,7 +3,7 @@ name = "postgres-shared"
version = "0.1.0"
authors = ["Steven Fackler <sfackler@gmail.com>"]
license = "MIT"
description = "Internal crate used by postgres libraries"
description = "Internal crate used by postgres and postgres-tokio"
repository = "https://github.com/sfackler/rust-postgres"
[features]

View File

@ -1,5 +1,5 @@
[package]
name = "postgres-tokio"
name = "tokio-postgres"
version = "0.1.0"
authors = ["Steven Fackler <sfackler@gmail.com>"]
license = "MIT"