summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authortom barrett <spalf0@gmail.com>2019-03-22 11:38:32 -0500
committertom barrett <spalf0@gmail.com>2019-03-22 11:38:32 -0500
commitd6ec0850b896918faf83f0eab325ec8c1f89e2bb (patch)
treeb4d2e676e68b066379e0a7096a98a4ac74e99777 /Cargo.toml
parent95902608506ae8ccd1203cbbf93efbe876384a1f (diff)
added postgres vagrant instance and test to check connection
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml1
1 files changed, 1 insertions, 0 deletions
diff --git a/Cargo.toml b/Cargo.toml
index b06047c..47ca7dd 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -12,3 +12,4 @@ termion = "*"
rand = "0.6"
toml = "0.4"
clap = "2"
+diesel = {version = "1.0.0", features = ["postgres"]}