hyperlane-cli 0.1.10

A command-line tool for Hyperlane framework.
1
2
3
4
5
6
use crate::*;

#[test]
fn test_print_version_runs() {
    print_version();
}