just/Cargo.toml

17 lines
325 B
TOML
Raw Normal View History

2016-06-16 17:13:43 -07:00
[package]
name = "j"
2016-10-30 13:14:39 -07:00
version = "0.2.8"
2016-06-16 17:13:43 -07:00
authors = ["Casey Rodarmor <casey@rodarmor.com>"]
2016-09-27 22:54:22 -07:00
license = "WTFPL/MIT/Apache-2.0"
2016-09-27 22:53:33 -07:00
description = "a command runner"
homepage = "https://github.com/casey/j"
[dependencies]
regex = "^0.1.77"
clap = "^2.0.0"
tempdir = "^0.3.5"
2016-10-22 23:18:26 -07:00
lazy_static = "^0.2.1"
2016-10-28 15:25:59 -07:00
brev = "^0.1.6"
2016-10-30 16:15:18 -07:00
itertools = "^0.5.5"