From 9b9494dc7ef7767cc0909ddc5965e699412aa82f Mon Sep 17 00:00:00 2001 From: Matthieu Le Brazidec Date: Sun, 2 Jun 2019 23:35:21 +0200 Subject: [PATCH] Added descriptions. --- aktoro-context/Cargo.toml | 11 ++++++----- aktoro-raw/Cargo.toml | 11 ++++++----- aktoro-runtime/Cargo.toml | 11 ++++++----- 3 files changed, 18 insertions(+), 15 deletions(-) diff --git a/aktoro-context/Cargo.toml b/aktoro-context/Cargo.toml index e9f85c0..d0eb4f2 100644 --- a/aktoro-context/Cargo.toml +++ b/aktoro-context/Cargo.toml @@ -1,9 +1,10 @@ [package] -name = "aktoro-context" -version = "0.1.0-alpha.1" -license = "MIT" -authors = ["Matthieu Le Brazidec "] -edition = "2018" +name = "aktoro-context" +description = "aktoro's context default implementation" +version = "0.1.0-alpha.1" +license = "MIT" +authors = ["Matthieu Le Brazidec "] +edition = "2018" [dependencies] crossbeam-utils = "0.6" diff --git a/aktoro-raw/Cargo.toml b/aktoro-raw/Cargo.toml index 772347d..9a5ea09 100644 --- a/aktoro-raw/Cargo.toml +++ b/aktoro-raw/Cargo.toml @@ -1,9 +1,10 @@ [package] -name = "aktoro-raw" -version = "0.1.0-alpha.1" -license = "MIT" -authors = ["Matthieu Le Brazidec "] -edition = "2018" +name = "aktoro-raw" +description = "aktoro's raw API" +version = "0.1.0-alpha.1" +license = "MIT" +authors = ["Matthieu Le Brazidec "] +edition = "2018" [dependencies] futures-core-preview = "0.3.0-alpha.16" diff --git a/aktoro-runtime/Cargo.toml b/aktoro-runtime/Cargo.toml index d20eda3..b82542c 100644 --- a/aktoro-runtime/Cargo.toml +++ b/aktoro-runtime/Cargo.toml @@ -1,9 +1,10 @@ [package] -name = "aktoro-runtime" -version = "0.1.0-alpha.1" -license = "MIT" -authors = ["Matthieu Le Brazidec "] -edition = "2018" +name = "aktoro-runtime" +description = "aktoro's runtime default implementation" +version = "0.1.0-alpha.1" +license = "MIT" +authors = ["Matthieu Le Brazidec "] +edition = "2018" [dependencies] fnv = "1.0"