about summary refs log tree commit diff
path: root/src/README
diff options
context:
space:
mode:
authorGraydon Hoare <graydon@mozilla.com>2011-08-26 13:13:51 -0700
committerGraydon Hoare <graydon@mozilla.com>2011-08-26 13:14:02 -0700
commit4133e3ec82f7e939341a37a7e348e43085603f7d (patch)
treed49bd6e553aa74d9a9b422f9af6bdc7e2d652ed9 /src/README
parentc02f346e2cdc80ef476ff625b59613acf62ccf87 (diff)
Mostly-trivial commit to test build cycle on windows service.
Diffstat (limited to 'src/README')
-rw-r--r--src/README1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/README b/src/README
index bc7351f357e..2d355a2d57f 100644
--- a/src/README
+++ b/src/README
@@ -13,6 +13,7 @@ rt/rust_*.cpp      - The majority of the runtime services
 rt/isaac           - The PRNG used for pseudo-random choices in the runtime
 rt/bigint          - The bigint library used for the 'big' type
 rt/uthash          - Small hashtable-and-list library for C, used in runtime
+rt/libuv           - The library used for async IO in the runtime
 rt/{sync,util}     - Small utility classes for the runtime.
 
 test/              Testsuite