just/Cargo.toml

12 lines
223 B
TOML
Raw Normal View History

2016-06-16 17:13:43 -07:00
[package]
name = "j"
2016-09-27 22:53:33 -07:00
version = "0.1.1"
2016-06-16 17:13:43 -07:00
authors = ["Casey Rodarmor <casey@rodarmor.com>"]
2016-09-27 22:53:33 -07:00
license = "WTFPL/MIT/Apache"
description = "a command runner"
homepage = "https://github.com/casey/j"
2016-06-16 17:13:43 -07:00
[dependencies]
2016-09-27 22:49:17 -07:00
brev = "0.1.6"