From 23753708c6929c2756a6d2362d537f9afaba3e73 Mon Sep 17 00:00:00 2001 From: Jordan Petridis Date: Wed, 11 Oct 2017 18:34:30 +0300 Subject: [PATCH] Build time speedup. --- hammond-cli/Cargo.toml | 1 + hammond-data/Cargo.toml | 1 + hammond-downloader/Cargo.toml | 1 + hammond-gtk/Cargo.toml | 1 + 4 files changed, 4 insertions(+) diff --git a/hammond-cli/Cargo.toml b/hammond-cli/Cargo.toml index 49303aa..c711b14 100644 --- a/hammond-cli/Cargo.toml +++ b/hammond-cli/Cargo.toml @@ -2,6 +2,7 @@ name = "hammond-cli" version = "0.1.0" authors = ["Jordan Petridis "] +workspace = "../" [dependencies] log = "0.3" diff --git a/hammond-data/Cargo.toml b/hammond-data/Cargo.toml index 2f904cb..bcb1d15 100644 --- a/hammond-data/Cargo.toml +++ b/hammond-data/Cargo.toml @@ -2,6 +2,7 @@ name = "hammond-data" version = "0.1.0" authors = ["Jordan Petridis "] +workspace = "../" [dependencies] rfc822_sanitizer = "0.3" diff --git a/hammond-downloader/Cargo.toml b/hammond-downloader/Cargo.toml index da4952b..ac4ac76 100644 --- a/hammond-downloader/Cargo.toml +++ b/hammond-downloader/Cargo.toml @@ -2,6 +2,7 @@ name = "hammond-downloader" version = "0.1.0" authors = ["Jordan Petridis "] +workspace = "../" [dependencies] hammond-data = {path = "../hammond-data"} diff --git a/hammond-gtk/Cargo.toml b/hammond-gtk/Cargo.toml index 01e4479..f18c371 100644 --- a/hammond-gtk/Cargo.toml +++ b/hammond-gtk/Cargo.toml @@ -2,6 +2,7 @@ name = "hammond-gtk" version = "0.1.0" authors = ["Jordan Petridis "] +workspace = "../" [dependencies] gtk = { version = "0.2", features = ["v3_22"]}