Skip to content

Commit

Permalink
{mio,tokio}-udev: update crate descriptions
Browse files Browse the repository at this point in the history
Signed-off-by: Jean Pierre Dudey <[email protected]>
  • Loading branch information
jeandudey committed Jun 20, 2020
1 parent be7fd45 commit c0abfa9
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 3 additions & 1 deletion mio-udev/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,9 @@ name = "mio-udev"
version = "0.2.0"
authors = ["Jean Pierre Dudey <[email protected]>"]
license = "Apache-2.0/MIT"
description = "MIO support for udev device events."
description = """
Non-blocking/Asynchronous Mio support for udev device events.
"""
repository = "https://github.com/jeandudey/tokio-udev"
homepage = "https://github.com/jeandudey/tokio-udev"
documentation = "https://docs.rs/mio-udev"
Expand Down
4 changes: 3 additions & 1 deletion tokio-udev/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,9 @@ name = "tokio-udev"
version = "0.2.0"
authors = ["Jean Pierre Dudey <[email protected]>"]
license = "Apache-2.0/MIT"
description = "Tokio support for udev device events."
description = """
Non-blocking/Asynchronous Tokio support for udev device events.
"""
repository = "https://github.com/jeandudey/tokio-udev"
homepage = "https://github.com/jeandudey/tokio-udev"
documentation = "https://docs.rs/tokio-udev"
Expand Down

0 comments on commit c0abfa9

Please sign in to comment.