hyperlane-cli 0.1.25

A command-line tool for Hyperlane framework.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
mod bump;
mod config;
mod fmt;
mod new;
mod publish;
mod version;

use hyperlane_cli::*;

use std::{
    io::{self, Error},
    path::PathBuf,
};

use tokio::fs::{create_dir_all, read_to_string, write};