From 2c56f2b65bcf3b3f85db9d2a34501154c9c9404d Mon Sep 17 00:00:00 2001 From: Bryan Newbold Date: Mon, 14 May 2018 23:17:26 -0700 Subject: regenerated and pseudo-integrated --- rust/Cargo.toml | 13 ++++++++++--- 1 file changed, 10 insertions(+), 3 deletions(-) (limited to 'rust/Cargo.toml') diff --git a/rust/Cargo.toml b/rust/Cargo.toml index 94a9a091..f35490e5 100644 --- a/rust/Cargo.toml +++ b/rust/Cargo.toml @@ -3,20 +3,27 @@ name = "fatcat" version = "0.1.0" authors = ["Bryan Newbold "] +[workspace] +members = ["fatcat-api"] + [dependencies] +fatcat-api = {version = "*", path = "fatcat-api"} diesel = { version = "1.0.0", features = ["postgres"] } dotenv = "0.9.0" clap = "*" +error-chain = "0.11" # API server chrono = { version = "0.4", features = ["serde"] } futures = "0.1" -hyper = "0.10" -#hyper-openssl = "0.2" +hyper = "0.11" +#hyper-tls = {version = "0.1.2", optional = true} iron = "0.5" iron-slog = "*" iron-test = "*" -swagger = "0.7" +swagger = "0.10" +tokio-core = "0.1.6" +tokio-proto = "0.1.1" # TODO #sentry = "*" -- cgit v1.2.3