From 0e67a4ab24dc1587733eb31acc53ed1a4492b815 Mon Sep 17 00:00:00 2001 From: Benjamin Gilbert Date: Sun, 16 Feb 2020 20:30:31 -0500 Subject: [PATCH] Cargo.toml: add more fields --- Cargo.toml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/Cargo.toml b/Cargo.toml index e341c5d..0c75991 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -3,6 +3,13 @@ name = "mintmark" version = "0.1.0" authors = ["Benjamin Gilbert "] edition = "2018" +license = "Apache-2.0" +description = "Markdown renderer for Epson TM-U220B receipt printers" +repository = "https://github.com/bgilbert/mintmark" +exclude = [ + ".gitignore", + ".travis.yml" +] [dependencies] barcoders = "1.0.1"