From 10fb9a6cca1f7c5dcfbba48a84d14db7a1ee9273 Mon Sep 17 00:00:00 2001 From: Bryan Newbold Date: Wed, 23 May 2018 16:46:01 -0700 Subject: run diesel migrations in tests --- rust/Cargo.toml | 1 + 1 file changed, 1 insertion(+) (limited to 'rust/Cargo.toml') diff --git a/rust/Cargo.toml b/rust/Cargo.toml index 0fda6950..b037f1ba 100644 --- a/rust/Cargo.toml +++ b/rust/Cargo.toml @@ -9,6 +9,7 @@ members = ["fatcat-api"] [dependencies] fatcat-api = {version = "*", path = "fatcat-api"} diesel = { version = "1.2", features = ["postgres", "uuid", "serde_json", "chrono", "r2d2"] } +diesel_migrations = "1.2" dotenv = "0.9.0" clap = "*" error-chain = "0.11" -- cgit v1.2.3