From 1d13f5d3e6bff3ef45cb02473a6f30611180fa17 Mon Sep 17 00:00:00 2001 From: Ed Page Date: Thu, 24 Oct 2019 20:11:13 -0600 Subject: [PATCH] fix(cli): Name of bin back to typos --- Cargo.toml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/Cargo.toml b/Cargo.toml index 21aed57..b380145 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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" }