From 6a332b235fe497c428f729c6bdfd0409049d0b3d Mon Sep 17 00:00:00 2001 From: Brian Anderson Date: Sun, 4 Nov 2012 17:48:47 -0800 Subject: [PATCH] rusti's crate type is 'lib' --- src/librusti/rusti.rc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/librusti/rusti.rc b/src/librusti/rusti.rc index e498b147ff44..160bf56a0b03 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];