Help me Alexwan Kenobi
authorCarl Lerche <me@carllerche.com>
Wed, 19 Mar 2014 18:49:46 +0000 (11:49 -0700)
committerCarl Lerche <me@carllerche.com>
Wed, 19 Mar 2014 18:49:46 +0000 (11:49 -0700)
src/cargo/mod.rs
src/cargo/util/mod.rs

index c33c7fde6a2be0ca11e1f8338a6f2996c5c4bed0..4b3cf15f027c486ac82470b63459f4dbc27b810a 100644 (file)
@@ -6,6 +6,8 @@ use serialize::{Decoder};
 use std::fmt;
 use std::fmt::{Show,Formatter};
 
+mod util;
+
 #[deriving(Decodable,Encodable,Eq,Clone,Ord)]
 pub struct Manifest {
     project: ~Project,
index 5d5d99681bfcc97897118a3141c51269ff60c6ff..80fe812c8bd902822c1039463e560927ae67ab86 100644 (file)
@@ -1 +1 @@
-pub use self::process::process;
+pub mod process;