2
0
Fork 1
mirror of https://github.com/async-rs/async-std.git synced 2025-04-22 16:26:46 +00:00

Merge pull request #1023 from joshtriplett/cargo-toml-defaults

Cargo.toml: Remove redundant settings that match the defaults
This commit is contained in:
Josh Triplett 2022-06-02 10:21:06 -07:00 committed by GitHub
commit 97a2fbed07
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -11,11 +11,9 @@ edition = "2018"
license = "Apache-2.0/MIT"
repository = "https://github.com/async-rs/async-std"
homepage = "https://async.rs"
documentation = "https://docs.rs/async-std"
description = "Async version of the Rust standard library"
keywords = ["async", "await", "future", "std", "task"]
categories = ["asynchronous", "concurrency", "network-programming"]
readme = "README.md"
[package.metadata.docs.rs]
features = ["docs"]