From 2eeb142112d828fbb95947f6710d6458b30669cc Mon Sep 17 00:00:00 2001 From: Steven Fackler Date: Fri, 21 Nov 2014 22:06:46 -0800 Subject: [PATCH] Add license and description --- Cargo.toml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Cargo.toml b/Cargo.toml index 6160e0a2..437d04e1 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -2,6 +2,8 @@ name = "postgres" version = "0.0.0" authors = [ "Steven Fackler " ] +license = "MIT" +description = "A native PostgreSQL driver" [lib] name = "postgres"