mirror of
https://github.com/davegallant/rfd-notify.git
synced 2025-08-07 09:02:28 +00:00
Use sha2 package instead of rust-crypto (#214)
* Use sha2 package instead of rust-crypto * Bump rfd-notify version from 0.2.1 to 0.2.2
This commit is contained in:
@@ -3,7 +3,6 @@ extern crate pretty_env_logger;
|
||||
#[macro_use]
|
||||
extern crate log;
|
||||
extern crate clap;
|
||||
extern crate crypto;
|
||||
mod config;
|
||||
mod db;
|
||||
mod mail;
|
||||
|
Reference in New Issue
Block a user