Cargo.toml updates

This commit is contained in:
Steven Fackler
2016-12-26 16:36:34 -05:00
parent 87034feb2b
commit 47738e3774
4 changed files with 10 additions and 2 deletions

View File

@@ -6,7 +6,7 @@ license = "MIT"
description = "A native PostgreSQL driver"
repository = "https://github.com/sfackler/rust-postgres"
documentation = "https://docs.rs/postgres/0.13.4/postgres"
readme = "README.md"
readme = "../README.md"
keywords = ["database", "postgres", "postgresql", "sql"]
include = ["src/*", "Cargo.toml", "LICENSE", "README.md", "THIRD_PARTY"]