From e85d33206b232753b8601d964c7ab48cbb8baac2 Mon Sep 17 00:00:00 2001 From: Steven Fackler Date: Sun, 10 Aug 2014 17:38:47 -0700 Subject: [PATCH] Change cargo package name --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 0165a3fe..16f22c40 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] -name = "rust-postgres" +name = "postgres" version = "0.0.0" authors = [ "Steven Fackler " ]