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

17 lines
342 B
TOML
Raw Normal View History

2016-06-17 03:13:43 +03:00
[package]
name = "just"
2016-10-31 08:52:03 +03:00
version = "0.2.12"
2016-06-17 03:13:43 +03:00
authors = ["Casey Rodarmor <casey@rodarmor.com>"]
2016-09-28 08:54:22 +03:00
license = "WTFPL/MIT/Apache-2.0"
2016-10-31 08:55:03 +03: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-23 09:18:26 +03:00
lazy_static = "^0.2.1"
2016-10-29 01:25:59 +03:00
brev = "^0.1.6"
2016-10-31 02:15:18 +03:00
itertools = "^0.5.5"