stn 0.1.21

A command line tool for managing Taiko nodes.
1
2
3
4
5
6
7
8
9
10
[package]
name = "stn"
description = "A command line tool for managing Taiko nodes."
license = "MIT"
version = "0.1.21"
edition = "2021"
repository = "https://github.com/d1onys1us/stn"

[dependencies]
clap = { version = "4.4.18", features = ["derive"] }