From e33f2f0fcc880a140b05028b93d6869a631ef158 Mon Sep 17 00:00:00 2001 From: Steven Fackler Date: Wed, 13 Aug 2014 22:01:53 -0700 Subject: [PATCH] Remove some extra whitespace in Cargo.toml --- Cargo.toml | 6 ------ 1 file changed, 6 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 5c29e282..f69651ff 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,31 +1,25 @@ [package] - name = "postgres" version = "0.0.0" authors = [ "Steven Fackler " ] [[lib]] - name = "postgres" path = "src/lib.rs" test = false [[test]] - name = "test" path = "tests/test.rs" [dependencies.openssl] - git = "https://github.com/sfackler/rust-openssl" rev = "39343df472b4b0c99055d371f42beceeef527bd6" [dependencies.phf] - git = "https://github.com/sfackler/rust-phf" rev = "b2220d9a428049fb9c52b51c16d8f6b15cd02487" [dependencies.phf_mac] - git = "https://github.com/sfackler/rust-phf" rev = "b2220d9a428049fb9c52b51c16d8f6b15cd02487"