just/Cargo.toml

17 lines
342 B
TOML
Raw Normal View History

2016-06-16 17:13:43 -07:00
[package]
name = "just"
2016-10-31 23:04:58 -07:00
version = "0.2.13"
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-10-30 22:55:03 -07:00
description = "🤖 Just a command runner"
homepage = "https://github.com/casey/just"
[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"