]> git.lizzy.rs Git - rust.git/commit
rustpkg: Search for crates in the current directory
authorTim Chevalier <chevalier@alum.wellesley.edu>
Sun, 6 Oct 2013 02:14:10 +0000 (22:14 -0400)
committerTim Chevalier <chevalier@alum.wellesley.edu>
Mon, 21 Oct 2013 17:43:42 +0000 (10:43 -0700)
commit54127941928fb1c7d003799ced80879882a57038
tree8ad9ea1e517963a75b178422a0bd70bad5cac048
parent3a7337ff17fda6480f55a0613c68b75c14b475ca
rustpkg: Search for crates in the current directory

As per #8520, find crates in the current working directory even
if it's not a workspace.

Closes #8520
src/librustpkg/conditions.rs
src/librustpkg/package_source.rs
src/librustpkg/path_util.rs
src/librustpkg/rustpkg.rs
src/librustpkg/tests.rs