Skip to content

Commit 7ecee80

Browse files
author
Stjepan Glavina
committed
Move async-task into a different repo
1 parent 1f9628d commit 7ecee80

25 files changed

+4
-4788
lines changed

Cargo.toml

Lines changed: 4 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,9 @@ license = "Apache-2.0/MIT"
77
repository = "https://github.com/stjepang/async-std"
88
homepage = "https://github.com/stjepang/async-std"
99
documentation = "https://docs.rs/async-std"
10-
description = "Asynchronous standard library"
11-
keywords = []
12-
categories = ["asynchronous", "concurrency"]
10+
description = "Async version of the Rust standard library"
11+
keywords = ["async", "await", "future", "std", "task"]
12+
categories = ["asynchronous", "concurrency", "network-programming"]
1313

1414
[package.metadata.docs.rs]
1515
features = ["docs"]
@@ -19,7 +19,7 @@ rustdoc-args = ["--features docs"]
1919
docs = []
2020

2121
[dependencies]
22-
async-task = { path = "async-task" }
22+
async-task = { path = "../async-task" }
2323
cfg-if = "0.1.9"
2424
crossbeam = "0.7.1"
2525
futures-preview = "0.3.0-alpha.17"
@@ -37,9 +37,3 @@ slab = "0.4.2"
3737
femme = "1.1.0"
3838
# surf = { git = "ssh://github.com/yoshuawuyts/surf" }
3939
tempdir = "0.3.7"
40-
41-
[workspace]
42-
members = [
43-
".",
44-
"async-task",
45-
]

async-task/Cargo.toml

Lines changed: 0 additions & 20 deletions
This file was deleted.

async-task/LICENSE-APACHE

Lines changed: 0 additions & 201 deletions
This file was deleted.

async-task/LICENSE-MIT

Lines changed: 0 additions & 23 deletions
This file was deleted.

async-task/README.md

Lines changed: 0 additions & 21 deletions
This file was deleted.

async-task/benches/bench.rs

Lines changed: 0 additions & 43 deletions
This file was deleted.

0 commit comments

Comments
 (0)