Build time speedup.

This commit is contained in:
Jordan Petridis 2017-10-11 18:34:30 +03:00
parent 52a8c6fe5c
commit 23753708c6
No known key found for this signature in database
GPG Key ID: CEABAD9F5683B9A6
4 changed files with 4 additions and 0 deletions

View File

@ -2,6 +2,7 @@
name = "hammond-cli"
version = "0.1.0"
authors = ["Jordan Petridis <jordanpetridis@protonmail.com>"]
workspace = "../"
[dependencies]
log = "0.3"

View File

@ -2,6 +2,7 @@
name = "hammond-data"
version = "0.1.0"
authors = ["Jordan Petridis <jordanpetridis@protonmail.com>"]
workspace = "../"
[dependencies]
rfc822_sanitizer = "0.3"

View File

@ -2,6 +2,7 @@
name = "hammond-downloader"
version = "0.1.0"
authors = ["Jordan Petridis <jordanpetridis@protonmail.com>"]
workspace = "../"
[dependencies]
hammond-data = {path = "../hammond-data"}

View File

@ -2,6 +2,7 @@
name = "hammond-gtk"
version = "0.1.0"
authors = ["Jordan Petridis <jordanpetridis@protonmail.com>"]
workspace = "../"
[dependencies]
gtk = { version = "0.2", features = ["v3_22"]}