Skip to content

Commit

Permalink
cargo: add [[bin]] entry
Browse files Browse the repository at this point in the history
This makes it easier for my release tooling to automatically detect that
ucd-generate is an application.
  • Loading branch information
BurntSushi committed Jan 15, 2020
1 parent cceb05e commit de37a83
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,11 @@ categories = ["text-processing", "internationalization"]
[workspace]
members = ["ucd-parse", "ucd-trie", "ucd-util"]

[[bin]]
bench = false
path = "src/main.rs"
name = "ucd-generate"

[dependencies]
byteorder = "1"
fst = { version = "0.3", default-features = false }
Expand Down

0 comments on commit de37a83

Please sign in to comment.