2021-06-01 16:37:40 -07:00
|
|
|
[package]
|
2021-07-03 21:16:24 -07:00
|
|
|
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"
|