mirror of
https://github.com/async-rs/async-std.git
synced 2025-04-23 16:56:46 +00:00
Change homepage link (#389)
This commit is contained in:
parent
b2fe91385b
commit
81e3cab00d
1 changed files with 1 additions and 1 deletions
|
@ -9,7 +9,7 @@ authors = [
|
||||||
edition = "2018"
|
edition = "2018"
|
||||||
license = "Apache-2.0/MIT"
|
license = "Apache-2.0/MIT"
|
||||||
repository = "https://github.com/async-rs/async-std"
|
repository = "https://github.com/async-rs/async-std"
|
||||||
homepage = "https://github.com/async-rs/async-std"
|
homepage = "https://async.rs"
|
||||||
documentation = "https://docs.rs/async-std"
|
documentation = "https://docs.rs/async-std"
|
||||||
description = "Async version of the Rust standard library"
|
description = "Async version of the Rust standard library"
|
||||||
keywords = ["async", "await", "future", "std", "task"]
|
keywords = ["async", "await", "future", "std", "task"]
|
||||||
|
|
Loading…
Reference in a new issue