1 2 3 4 5 6
use itars_core::help; #[test] fn tars_core_version() { assert_eq!(help::version(), "0.1.0"); }