diff --git a/cssparser.rc b/cssparser.rc index 20dd3051..06327daa 100644 --- a/cssparser.rc +++ b/cssparser.rc @@ -13,11 +13,11 @@ pub use parser::*; pub use color::*; pub use nth::*; -mod ast; -mod tokenizer; -mod parser; -mod color; -mod nth; +pub mod ast; +pub mod tokenizer; +pub mod parser; +pub mod color; +pub mod nth; #[cfg(test)] mod tests;