diff options
| author | Brian Anderson <banderson@mozilla.com> | 2012-11-04 17:48:47 -0800 |
|---|---|---|
| committer | Brian Anderson <banderson@mozilla.com> | 2012-11-04 17:48:47 -0800 |
| commit | 6a332b235fe497c428f729c6bdfd0409049d0b3d (patch) | |
| tree | 9b208884dc8520cca0a322d556409f5bbfc832bf | |
| parent | a3c6b6a6426ab52075351f06bf21c1f4e33c89e0 (diff) | |
| download | rust-6a332b235fe497c428f729c6bdfd0409049d0b3d.tar.gz rust-6a332b235fe497c428f729c6bdfd0409049d0b3d.zip | |
rusti's crate type is 'lib'
| -rw-r--r-- | src/librusti/rusti.rc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/librusti/rusti.rc b/src/librusti/rusti.rc index e498b147ff4..160bf56a0b0 100644 --- a/src/librusti/rusti.rc +++ b/src/librusti/rusti.rc @@ -5,7 +5,7 @@ uuid = "7fb5bf52-7d45-4fee-8325-5ad3311149fc", url = "https://github.com/mozilla/rust/tree/master/src/rusti")]; -#[crate_type = "bin"]; +#[crate_type = "lib"]; #[no_core]; |
