From d76ce5f31eb8302076b6b2e3f8bb28560a12cc94 Mon Sep 17 00:00:00 2001 From: Kevin Ballard Date: Sat, 11 Jan 2014 19:16:25 -0800 Subject: [PATCH] Add librustuv to doc/index.md --- doc/index.md | 1 + 1 file changed, 1 insertion(+) diff --git a/doc/index.md b/doc/index.md index 2d8911897c43..456fedf2d470 100644 --- a/doc/index.md +++ b/doc/index.md @@ -29,6 +29,7 @@ [The M:N runtime library, `libgreen`](green/index.html) [The 1:1 runtime library, `libnative`](native/index.html) +[The Rust libuv library, `librustuv`](rustuv/index.html) [The Rust packaging library, `librustpkg`](rustpkg/index.html) [The Rust parser, `libsyntax`](syntax/index.html)