mirror of
https://github.com/zaphar/runwhen.git
synced 2025-07-26 21:19:50 -04:00
Cleanup the unused md5 crate.
This commit is contained in:
parent
0f2b9f5b2c
commit
6d2ebc40fb
@ -7,11 +7,9 @@ repository = "https://github.com/zaphar/runwhen"
|
|||||||
readme = "README.md"
|
readme = "README.md"
|
||||||
keywords = ["file", "watcher", "command-line", "trigger"]
|
keywords = ["file", "watcher", "command-line", "trigger"]
|
||||||
license = "Apache-2.0"
|
license = "Apache-2.0"
|
||||||
license-file = "LICENSE.txt"
|
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
clap = "~2.19.0"
|
clap = "~2.19.0"
|
||||||
humantime = "~1.0.0"
|
humantime = "~1.0.0"
|
||||||
notify = "~3.0.0"
|
notify = "~3.0.0"
|
||||||
md5 = "~0.3.2"
|
|
||||||
subprocess = "~0.1.7"
|
subprocess = "~0.1.7"
|
||||||
|
@ -15,7 +15,6 @@
|
|||||||
#[macro_use]
|
#[macro_use]
|
||||||
extern crate clap;
|
extern crate clap;
|
||||||
extern crate humantime;
|
extern crate humantime;
|
||||||
extern crate md5;
|
|
||||||
extern crate notify;
|
extern crate notify;
|
||||||
extern crate subprocess;
|
extern crate subprocess;
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user