mirror of
https://github.com/vacp2p/zerokit.git
synced 2025-01-10 22:36:17 +00:00
8c3d60ed01
* new crate * toml file * lock file * cli * state * commands * main * fmt * reorgs * redundunt * fmt
11 lines
230 B
TOML
11 lines
230 B
TOML
[package]
|
|
name = "rln-cli"
|
|
version = "0.1.0"
|
|
edition = "2021"
|
|
|
|
[dependencies]
|
|
rln = { path = "../rln" }
|
|
clap = { version = "4.2.7", features = ["cargo", "derive", "env"]}
|
|
clap_derive = { version = "=4.2.0" }
|
|
color-eyre = "=0.6.2"
|