summaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorCarl Lerche <me@carllerche.com>2018-05-02 12:14:44 -0700
committerGitHub <noreply@github.com>2018-05-02 12:14:44 -0700
commit14b31bdba52dd1661c89309e517b3d5385885dfc (patch)
tree3de3272f1a719466d441f4125ecbe3af20e51e3f /README.md
parentf7681639822262d2566ef07031aed7b7f1d86f5a (diff)
Bump version to v0.1.6 (#336)
Diffstat (limited to 'README.md')
-rw-r--r--README.md10
1 files changed, 8 insertions, 2 deletions
diff --git a/README.md b/README.md
index 742ed89e..4f295160 100644
--- a/README.md
+++ b/README.md
@@ -109,23 +109,29 @@ The crates included as part of Tokio are:
* [`tokio-executor`]: Task execution related traits and utilities.
+* [`tokio-fs`]: Filesystem (and standard in / out) APIs.
+
* [`tokio-io`]: Asynchronous I/O related traits and utilities.
* [`tokio-reactor`]: Event loop that drives I/O resources (like TCP and UDP
sockets).
+* [`tokio-tcp`]: TCP bindings for use with `tokio-io` and `tokio-reactor`.
+
* [`tokio-threadpool`]: Schedules the execution of futures across a pool of
threads.
-* [`tokio-tcp`]: TCP bindings for use with `tokio-io` and `tokio-reactor`.
+* [ `tokio-timer`]: Time related APIs.
* [`tokio-udp`]: UDP bindings for use with `tokio-io` and `tokio-reactor`.
[`tokio-executor`]: tokio-executor
+[`tokio-fs`]: tokio-fs
[`tokio-io`]: tokio-io
[`tokio-reactor`]: tokio-reactor
-[`tokio-threadpool`]: tokio-threadpool
[`tokio-tcp`]: tokio-tcp
+[`tokio-threadpool`]: tokio-threadpool
+[`tokio-timer`]: tokio-timer
[`tokio-udp`]: tokio-udp
## License