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:
Dave Gallant
2022-10-08 20:30:20 -07:00
committed by GitHub
parent 7524b79735
commit 6b1d5cb57d
4 changed files with 70 additions and 101 deletions

View File

@@ -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;