Merge pull request #226 from smol-rs/readme

Remove readme field from Cargo.toml
This commit is contained in:
Taiki Endo 2021-02-14 21:09:04 +09:00 committed by GitHub
commit 95cc5842dc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 1 deletions

View File

@ -10,7 +10,6 @@ homepage = "https://github.com/smol-rs/smol"
documentation = "https://docs.rs/smol"
keywords = ["async", "await", "future", "io", "networking"]
categories = ["asynchronous", "concurrency", "network-programming"]
readme = "README.md"
[dependencies]
async-channel = "1.4.2"