From 4133e3ec82f7e939341a37a7e348e43085603f7d Mon Sep 17 00:00:00 2001 From: Graydon Hoare Date: Fri, 26 Aug 2011 13:13:51 -0700 Subject: [PATCH] Mostly-trivial commit to test build cycle on windows service. --- src/README | 1 + 1 file changed, 1 insertion(+) 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