Update metadata for other crates in the project

This commit is contained in:
asonix 2018-11-17 19:43:45 -06:00
parent 6878a8b3d2
commit 3553e2bdf8
3 changed files with 8 additions and 1 deletions

View file

@ -1,7 +1,11 @@
[package]
name = "background-jobs"
description = "Background Jobs implemented with tokio and futures"
version = "0.1.0"
license = "GPL-3.0"
authors = ["asonix <asonix@asonix.dog>"]
repository = "https://git.asonix.dog/asonix/background-jobs"
keywords = ["jobs", "background jobs"]
edition = "2018"
[workspace]

View file

@ -5,7 +5,6 @@ version = "0.1.0"
license = "GPL-3.0"
authors = ["asonix <asonix@asonix.dog>"]
repository = "https://git.asonix.dog/asonix/background-jobs"
readme = "README.md"
keywords = ["jobs", "background jobs"]
edition = "2018"

View file

@ -1,7 +1,11 @@
[package]
name = "background-jobs-server"
description = "Jobs processor server based on ZeroMQ"
version = "0.1.0"
license = "GPL-3.0"
authors = ["asonix <asonix@asonix.dog>"]
repository = "https://git.asonix.dog/asonix/background-jobs"
keywords = ["jobs", "background jobs"]
edition = "2018"
[dependencies]