feat: port commandline tests

This commit is contained in:
dignifiedquire
2019-04-28 00:14:23 +03:00
parent 956609f565
commit 7c50702221
9 changed files with 7218 additions and 4 deletions

View File

@@ -19,9 +19,10 @@
#[macro_use]
extern crate failure;
#[macro_use]
extern crate num_derive;
mod pgp;
mod x;
pub mod dc_aheader;
pub mod dc_apeerstate;
@@ -66,6 +67,7 @@ pub mod dc_strencode;
pub mod dc_token;
pub mod dc_tools;
pub mod types;
pub mod x;
pub mod constants;
pub use self::constants::*;