Format Cargo.toml (#33)
This commit is contained in:
parent
2b55ae35bb
commit
5b3ef9f11a
11
Cargo.toml
11
Cargo.toml
@ -1,16 +1,15 @@
|
|||||||
[package]
|
[package]
|
||||||
name = "just"
|
name = "just"
|
||||||
version = "0.2.16"
|
version = "0.2.16"
|
||||||
|
description = "🤖 Just a command runner"
|
||||||
authors = ["Casey Rodarmor <casey@rodarmor.com>"]
|
authors = ["Casey Rodarmor <casey@rodarmor.com>"]
|
||||||
license = "WTFPL/MIT/Apache-2.0"
|
license = "WTFPL/MIT/Apache-2.0"
|
||||||
description = "🤖 Just a command runner"
|
|
||||||
homepage = "https://github.com/casey/just"
|
homepage = "https://github.com/casey/just"
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
|
|
||||||
regex = "^0.1.77"
|
|
||||||
clap = "^2.0.0"
|
|
||||||
tempdir = "^0.3.5"
|
|
||||||
lazy_static = "^0.2.1"
|
|
||||||
brev = "^0.1.6"
|
brev = "^0.1.6"
|
||||||
|
clap = "^2.0.0"
|
||||||
itertools = "^0.5.5"
|
itertools = "^0.5.5"
|
||||||
|
lazy_static = "^0.2.1"
|
||||||
|
regex = "^0.1.77"
|
||||||
|
tempdir = "^0.3.5"
|
||||||
|
Loading…
Reference in New Issue
Block a user