Skip to content

Commit

Permalink
Merge pull request #3 from dermesser/add-inotify
Browse files Browse the repository at this point in the history
Add tokio-inotify to the list of 3rd party tokio crates
  • Loading branch information
alexcrichton committed Dec 5, 2016
2 parents 2e0a16a + e70037d commit d6f3e6a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,7 @@ In addition to the crates above in the `tokio-rs` organization, there are a few
crates outside the organization which integrate with Tokio:

* [`tokio-dns`] - asynchronous DNS resolution and utilities
* [`tokio-inotify`] - file system changes as a `Stream`
* [`tokio-signal`] - Unix signal handling and Windows console control events
* [`tokio-process`] - process management and spawning

Expand Down Expand Up @@ -100,6 +101,7 @@ See LICENSE-APACHE, and LICENSE-MIT for details.
[`tokio-core`]: https://github.com/tokio-rs/tokio-core
[`tokio-curl`]: https://github.com/tokio-rs/tokio-curl
[`tokio-dns`]: https://github.com/sbstp/tokio-dns
[`tokio-inotify`]: https://github.com/dermesser/tokio-inotify
[`tokio-line`]: https://github.com/tokio-rs/tokio-line
[`tokio-middleware`]: https://github.com/tokio-rs/tokio-middleware
[`tokio-minihttp`]: https://github.com/tokio-rs/tokio-minihttp
Expand Down

0 comments on commit d6f3e6a

Please sign in to comment.