1
2
3
4
5
6
use failure;

#[allow(dead_code)]
pub mod cfg;

pub type CargoResult<T> = failure::Fallible<T>;