mirror of
https://github.com/async-rs/async-std.git
synced 2025-01-30 17:25:32 +00:00
Cargo.toml: Remove redundant settings that match the defaults
This commit is contained in:
parent
521887c353
commit
267794c0bc
1 changed files with 0 additions and 2 deletions
|
@ -11,11 +11,9 @@ 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://async.rs"
|
homepage = "https://async.rs"
|
||||||
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"]
|
||||||
categories = ["asynchronous", "concurrency", "network-programming"]
|
categories = ["asynchronous", "concurrency", "network-programming"]
|
||||||
readme = "README.md"
|
|
||||||
|
|
||||||
[package.metadata.docs.rs]
|
[package.metadata.docs.rs]
|
||||||
features = ["docs"]
|
features = ["docs"]
|
||||||
|
|
Loading…
Reference in a new issue