Skip to content

Commit

Permalink
Cargo.toml: add more fields
Browse files Browse the repository at this point in the history
  • Loading branch information
bgilbert committed Feb 17, 2020
1 parent 1437afd commit 0e67a4a
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,13 @@ name = "mintmark"
version = "0.1.0"
authors = ["Benjamin Gilbert <bgilbert@backtick.net>"]
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"
Expand Down

0 comments on commit 0e67a4a

Please # to comment.