Skip to content

Commit

Permalink
Remove superfluous [package] fields from crate metadata
Browse files Browse the repository at this point in the history
  • Loading branch information
faern committed Aug 4, 2023
1 parent d3f8c11 commit a9758f1
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,10 @@ name = "miow"
version = "0.5.0"
authors = ["Alex Crichton <alex@alexcrichton.com>"]
license = "MIT OR Apache-2.0"
readme = "README.md"
edition = "2018"
keywords = ["iocp", "windows", "io", "overlapped"]
repository = "https://github.com/yoshuawuyts/miow"
homepage = "https://github.com/yoshuawuyts/miow"
documentation = "https://docs.rs/miow"
description = """
A zero overhead I/O library for Windows, focusing on IOCP and async I/O
abstractions.
Expand Down

0 comments on commit a9758f1

Please sign in to comment.