about summary refs log tree commit diff
path: root/src
diff options
context:
space:
mode:
authorGraydon Hoare <graydon@mozilla.com>2011-12-07 15:34:30 -0800
committerGraydon Hoare <graydon@mozilla.com>2011-12-07 15:34:30 -0800
commit3ccdd2a0985e27d3d370d76dcfc7d20aef18832f (patch)
treeecaa95b80ed09f7fe71c82c7e30af51ecaebca9f /src
parente4aa73c0f9914050ee125f439a07ced825dfb960 (diff)
downloadrust-3ccdd2a0985e27d3d370d76dcfc7d20aef18832f.tar.gz
rust-3ccdd2a0985e27d3d370d76dcfc7d20aef18832f.zip
Mention new dirs in README.
Diffstat (limited to 'src')
-rw-r--r--src/README5
1 files changed, 4 insertions, 1 deletions
diff --git a/src/README b/src/README
index 5db6766f2cb..21f38c9001a 100644
--- a/src/README
+++ b/src/README
@@ -4,7 +4,10 @@ Source layout:
 
 comp/              The self-hosted compiler
 
-lib/               The standard library
+cargo/             The package manager
+
+libcore/           The core library (imported and linked by default)
+libstd/            The standard library (slightly more peripheral code)
 
 rustllvm/          LLVM support code