Include description in Cargo.toml

This commit is contained in:
Creston Bunch 2021-02-14 18:12:16 -06:00
parent 56cf5d8d91
commit 65e11f1643
1 changed files with 1 additions and 0 deletions

View File

@ -1,5 +1,6 @@
[package]
name = "cylon"
description = "An efficient compiler for robots.txt files"
version = "0.1.0"
authors = ["Creston Bunch <rust@bunch.im>"]
edition = "2018"