Skip to content
This repository was archived by the owner on Oct 30, 2019. It is now read-only.

Commit 24fd6d8

Browse files
committed
fix toml links
Signed-off-by: Yoshua Wuyts <[email protected]>
1 parent 0c7846e commit 24fd6d8

File tree

5 files changed

+25
-0
lines changed

5 files changed

+25
-0
lines changed

Cargo.toml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,14 @@ name = "runtime"
33
description = "Empowering everyone to build asynchronous software."
44
version = "0.3.0-alpha.1"
55
license = "MIT OR Apache-2.0"
6+
readme = "README.md"
7+
repository = "https://github.com/rustasync/runtime"
8+
homepage = "https://github.com/rustasync/runtime"
9+
documentation = "https://docs.rs/runtime"
610
authors = ["The Rust Async Ecosystem Working Group"]
711
keywords = ["async", "runtime", "generic", "tokio", "romio"]
812
categories = ["asynchronous", "network-programming", "filesystem", "concurrency", "api-bindings"]
13+
readme = "README.md"
914
edition = "2018"
1015

1116
[dependencies]

runtime-attributes/Cargo.toml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,11 @@
22
name = "runtime-attributes"
33
description = "Proc Macro attributes for the Runtime crate."
44
version = "0.3.0-alpha.1"
5+
license = "MIT OR Apache-2.0"
6+
readme = "README.md"
7+
repository = "https://github.com/rustasync/runtime"
8+
homepage = "https://github.com/rustasync/runtime"
9+
documentation = "https://docs.rs/runtime-attributes"
510
authors = ["The Rust Async Ecosystem Working Group"]
611
keywords = ["async", "runtime", "generic", "macro", "proc-macro"]
712
categories = ["asynchronous", "network-programming", "filesystem", "concurrency", "api-bindings"]

runtime-native/Cargo.toml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,11 @@
22
name = "runtime-native"
33
description = "A cross-platform asynchronous runtime"
44
version = "0.3.0-alpha.1"
5+
license = "MIT OR Apache-2.0"
6+
readme = "README.md"
7+
repository = "https://github.com/rustasync/runtime"
8+
homepage = "https://github.com/rustasync/runtime"
9+
documentation = "https://docs.rs/runtime-native"
510
authors = ["The Rust Async Ecosystem Working Group"]
611
keywords = ["async", "runtime", "generic", "romio", "juliex"]
712
categories = ["asynchronous", "network-programming", "filesystem", "concurrency", "api-bindings"]

runtime-raw/Cargo.toml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,11 @@
22
name = "runtime-raw"
33
description = "Traits to implement custom Runtimes."
44
version = "0.3.0-alpha.1"
5+
license = "MIT OR Apache-2.0"
6+
readme = "README.md"
7+
repository = "https://github.com/rustasync/runtime"
8+
homepage = "https://github.com/rustasync/runtime"
9+
documentation = "https://docs.rs/runtime-raw"
510
authors = ["The Rust Async Ecosystem Working Group"]
611
keywords = ["async", "runtime", "generic", "trait", "backing"]
712
categories = ["asynchronous", "network-programming", "filesystem", "concurrency", "api-bindings"]

runtime-tokio/Cargo.toml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,11 @@
22
name = "runtime-tokio"
33
description = "A Tokio-based asynchronous runtime"
44
version = "0.3.0-alpha.1"
5+
license = "MIT OR Apache-2.0"
6+
readme = "README.md"
7+
repository = "https://github.com/rustasync/runtime"
8+
homepage = "https://github.com/rustasync/runtime"
9+
documentation = "https://docs.rs/runtime-tokio"
510
authors = ["The Rust Async Ecosystem Working Group"]
611
keywords = ["async", "runtime", "generic", "tokio", "0.3"]
712
categories = ["asynchronous", "network-programming", "filesystem", "concurrency", "api-bindings"]

0 commit comments

Comments
 (0)