14 lines
228 B
TOML
14 lines
228 B
TOML
[package]
|
|
name = "ref-type"
|
|
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"
|