Allow multiple and non-default crate_types
authorCarl Lerche + Yehuda Katz <engineering@tilde.io>
Fri, 13 Jun 2014 00:49:10 +0000 (17:49 -0700)
committerTim Carey-Smith <tim@spork.in>
Fri, 13 Jun 2014 00:49:10 +0000 (17:49 -0700)
commitf9601cd2f64ad6d2af425baccb871e65cdac868a
treefc173e123b77ccb062605247dc3c694c8f81925e
parent35e21c7600ed473885accae8fdb08b96e107a6c4
Allow multiple and non-default crate_types

Note that at present there is no good error handling for fat-fingering
the crate type. This is a TODO.
src/cargo/core/manifest.rs
src/cargo/ops/cargo_rustc.rs
src/cargo/sources/git/source.rs
src/cargo/util/toml.rs