Skip to content

Commit

Permalink
Add Cargo package metadata.
Browse files Browse the repository at this point in the history
Signed-off-by: Jean Pierre Dudey <[email protected]>
  • Loading branch information
jeandudey committed Apr 26, 2018
1 parent f84efe3 commit 22c4818
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
3 changes: 3 additions & 0 deletions mio-udev/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@ version = "0.1.0"
authors = ["Jean Pierre Dudey <[email protected]>"]
license = "Apache-2.0/MIT"
description = "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"

[dependencies]
udev = "0.2"
Expand Down
5 changes: 4 additions & 1 deletion tokio-udev/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,10 @@ name = "tokio-udev"
version = "0.1.0"
authors = ["Jean Pierre Dudey <[email protected]>"]
license = "Apache-2.0/MIT"
description = "MIO support for udev device events."
description = "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"

[dependencies]
libc = "0.2"
Expand Down

0 comments on commit 22c4818

Please sign in to comment.