From 98fb79b85e3cfbb547e5340b30623511daf09ef5 Mon Sep 17 00:00:00 2001 From: David Blajda Date: Wed, 8 May 2019 15:38:37 +0000 Subject: :WIP: Move types to a different crate --- Cargo.toml | 27 +++++---------------------- 1 file changed, 5 insertions(+), 22 deletions(-) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index 96cf8e9..67af503 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,22 +1,5 @@ -[package] -name = "twitch_api" -version = "0.0.321" -authors = ["David Blajda "] -edition = "2018" - -[dependencies] -reqwest = ">=0.9.5" -hyper = "0.12.20" -http = "0.1.15" -futures = "0.1.25" -tokio = "0.1.13" -dotenv = "0.13.0" -log = "0.4.5" -env_logger = "0.6.0" -serde = "1.0.81" -serde_json = "1.0.33" -serde_derive = "1.0.81" -chrono = { version = "0.4.6", features = ["serde"]} -url = "1.7.2" -url_serde = "0.2.0" -futures-timer = "0.1.1" +[workspace] +members = [ + "twitch_api", + "twitch_types", +] -- cgit v1.2.3