about summary refs log tree commit diff
diff options
context:
space:
mode:
authorBrian Anderson <banderson@mozilla.com>2012-11-04 17:48:47 -0800
committerBrian Anderson <banderson@mozilla.com>2012-11-04 17:48:47 -0800
commit6a332b235fe497c428f729c6bdfd0409049d0b3d (patch)
tree9b208884dc8520cca0a322d556409f5bbfc832bf
parenta3c6b6a6426ab52075351f06bf21c1f4e33c89e0 (diff)
downloadrust-6a332b235fe497c428f729c6bdfd0409049d0b3d.tar.gz
rust-6a332b235fe497c428f729c6bdfd0409049d0b3d.zip
rusti's crate type is 'lib'
-rw-r--r--src/librusti/rusti.rc2
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];