From 9dddb3d4589a75d16f0a12184e3e88435cd00a3a Mon Sep 17 00:00:00 2001 From: Casey Rodarmor Date: Tue, 27 Sep 2016 22:53:33 -0700 Subject: [PATCH] Update cargo.toml, version -> 0.1.1 --- Cargo.toml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index fd641ba..cddb26c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,10 @@ [package] name = "j" -version = "0.1.0" +version = "0.1.1" authors = ["Casey Rodarmor "] +license = "WTFPL/MIT/Apache" +description = "a command runner" +homepage = "https://github.com/casey/j" [dependencies]