fix(cli): Name of bin back to typos

This commit is contained in:
Ed Page 2019-10-24 20:11:13 -06:00
parent 5e6e4b9ad7
commit 1d13f5d3e6

View file

@ -13,6 +13,11 @@ keywords = ["development", "spelling"]
license = "MIT"
edition = "2018"
[[bin]]
name = "typos"
path = "src/main.rs"
doc = false
[badges]
travis-ci = { repository = "epage/typos" }
appveyor = { repository = "epage/typos" }