Merge pull request #418 from behnam/manifest

[Cargo.toml] Fix package.exclude warnings
This commit is contained in:
Mathieu David 2017-09-07 22:46:49 +02:00 committed by GitHub
commit a1e58229b2
2 changed files with 1 additions and 3 deletions

View File

@ -11,7 +11,7 @@ readme = "README.md"
build = "build.rs"
exclude = [
"book-example/*",
"src/theme/stylus",
"src/theme/stylus/**",
]
[dependencies]

View File

@ -1,6 +1,4 @@
extern crate notify;
extern crate time;
extern crate crossbeam;
use std::path::Path;
use self::notify::Watcher;