just/crates/ref-type/Cargo.toml

14 lines
228 B
TOML
Raw Normal View History

2021-06-01 16:37:40 -07:00
[package]
name = "ref-type"
2021-06-01 16:37:40 -07:00
version = "0.0.0"
authors = ["Casey Rodarmor <casey@rodarmor.com>"]
edition = "2018"
publish = false
[dependencies]
regex = "1.5.4"
structopt = "0.3.21"
[dev-dependencies]
executable-path = "1.0.0"