hyperlane-cli 0.1.12

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

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