1
1
mirror of https://github.com/casey/just.git synced 2024-11-23 11:04:09 +03:00
just/crates/ref-type/Cargo.toml

14 lines
228 B
TOML
Raw Normal View History

2021-06-02 02:37:40 +03:00
[package]
name = "ref-type"
2021-06-02 02:37:40 +03: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"