From 7f3f13bd4bb3db5489e67d02be295d02c4d596d2 Mon Sep 17 00:00:00 2001 From: Casey Rodarmor Date: Fri, 13 Oct 2017 21:30:03 -0700 Subject: [PATCH] Add readme to Cargo.toml (#234) --- Cargo.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/Cargo.toml b/Cargo.toml index 704ecc8..8b70a55 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -5,6 +5,7 @@ description = "🤖 Just a command runner" authors = ["Casey Rodarmor "] license = "WTFPL OR MIT OR Apache-2.0" homepage = "https://github.com/casey/just" +readme = "README.asc" [dependencies] ansi_term = "^0.9.0"