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" }