Skip to content
This repository has been archived by the owner on Nov 9, 2019. It is now read-only.

Commit

Permalink
Added descriptions.
Browse files Browse the repository at this point in the history
  • Loading branch information
r3v2d0g committed Jun 2, 2019
1 parent f81b2b0 commit 9b9494d
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 15 deletions.
11 changes: 6 additions & 5 deletions aktoro-context/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
[package]
name = "aktoro-context"
version = "0.1.0-alpha.1"
license = "MIT"
authors = ["Matthieu Le Brazidec <matthieu@lebrazidec.email>"]
edition = "2018"
name = "aktoro-context"
description = "aktoro's context default implementation"
version = "0.1.0-alpha.1"
license = "MIT"
authors = ["Matthieu Le Brazidec <matthieu@lebrazidec.email>"]
edition = "2018"

[dependencies]
crossbeam-utils = "0.6"
Expand Down
11 changes: 6 additions & 5 deletions aktoro-raw/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
[package]
name = "aktoro-raw"
version = "0.1.0-alpha.1"
license = "MIT"
authors = ["Matthieu Le Brazidec <matthieu@lebrazidec.email>"]
edition = "2018"
name = "aktoro-raw"
description = "aktoro's raw API"
version = "0.1.0-alpha.1"
license = "MIT"
authors = ["Matthieu Le Brazidec <matthieu@lebrazidec.email>"]
edition = "2018"

[dependencies]
futures-core-preview = "0.3.0-alpha.16"
11 changes: 6 additions & 5 deletions aktoro-runtime/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
[package]
name = "aktoro-runtime"
version = "0.1.0-alpha.1"
license = "MIT"
authors = ["Matthieu Le Brazidec <matthieu@lebrazidec.email>"]
edition = "2018"
name = "aktoro-runtime"
description = "aktoro's runtime default implementation"
version = "0.1.0-alpha.1"
license = "MIT"
authors = ["Matthieu Le Brazidec <matthieu@lebrazidec.email>"]
edition = "2018"

[dependencies]
fnv = "1.0"
Expand Down

0 comments on commit 9b9494d

Please sign in to comment.