From 65e11f16430ae1382fad5ab036019a68ce7eff11 Mon Sep 17 00:00:00 2001 From: Creston Bunch Date: Sun, 14 Feb 2021 18:12:16 -0600 Subject: [PATCH] Include description in Cargo.toml --- Cargo.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/Cargo.toml b/Cargo.toml index 23b6461..9131ba8 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,5 +1,6 @@ [package] name = "cylon" +description = "An efficient compiler for robots.txt files" version = "0.1.0" authors = ["Creston Bunch "] edition = "2018"