From 52710c17965147dc5ce6fc719dce6754074a5922 Mon Sep 17 00:00:00 2001 From: Bryan Newbold Date: Fri, 1 Feb 2019 17:58:47 -0800 Subject: update cargo deps --- rust/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'rust/Cargo.toml') diff --git a/rust/Cargo.toml b/rust/Cargo.toml index 077b9344..2344bda2 100644 --- a/rust/Cargo.toml +++ b/rust/Cargo.toml @@ -10,7 +10,7 @@ license = "AGPL 3.0" members = ["fatcat-api-spec"] [dependencies] -fatcat-api-spec = {version = "*", path = "fatcat-api-spec"} +fatcat-api-spec = {version = "*", path = "fatcat-api-spec", features = ["server"] } diesel = { version = "1.3", features = ["postgres", "uuid", "serde_json", "chrono", "r2d2"] } diesel_migrations = "1.3" dotenv = "0.9.0" -- cgit v1.2.3