Macro use for magic-crypt

This commit is contained in:
ChristianVisintin
2020-12-16 15:47:02 +01:00
parent 8cb3637954
commit 52df9bc73b
2 changed files with 6 additions and 1 deletions

View File

@@ -19,7 +19,10 @@
*
*/
#[macro_use] extern crate lazy_static;
#[macro_use]
extern crate lazy_static;
#[macro_use]
extern crate magic_crypt;
pub mod activity_manager;
pub mod bookmarks;

View File

@@ -26,6 +26,8 @@ const TERMSCP_AUTHORS: &str = env!("CARGO_PKG_AUTHORS");
extern crate getopts;
#[macro_use]
extern crate lazy_static;
#[macro_use]
extern crate magic_crypt;
extern crate rpassword;
// External libs