diff --git a/Cargo.toml b/Cargo.toml index 188f9768..3b6cd0f6 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -11,7 +11,7 @@ readme = "README.md" build = "build.rs" exclude = [ "book-example/*", - "src/theme/stylus", + "src/theme/stylus/**", ] [dependencies] diff --git a/src/bin/watch.rs b/src/bin/watch.rs index e176041e..b4f7b4b3 100644 --- a/src/bin/watch.rs +++ b/src/bin/watch.rs @@ -1,6 +1,4 @@ extern crate notify; -extern crate time; -extern crate crossbeam; use std::path::Path; use self::notify::Watcher;