14 lines
352 B
TOML
14 lines
352 B
TOML
|
[package]
|
||
|
name = "directory"
|
||
|
version = "0.1.0"
|
||
|
authors = ["pawan <pawandhananjay@gmail.com>"]
|
||
|
edition = "2018"
|
||
|
|
||
|
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
||
|
|
||
|
[dependencies]
|
||
|
clap = "2.33.0"
|
||
|
clap_utils = {path = "../clap_utils"}
|
||
|
dirs = "2.0.2"
|
||
|
eth2_testnet_config = { path = "../eth2_testnet_config" }
|