cargo-tangle 0.5.0-alpha.13

A command-line tool to create and deploy blueprints on Tangle Network
1
2
3
4
5
6
7
use color_eyre::eyre::Result;

pub async fn run() -> Result<()> {
    println!("Status checks for foreground harness not yet implemented.");
    println!("The `up` command shows live status in its output.");
    Ok(())
}