Change entry point to be main.rs

Now that we've removed criterion, a binary-only crate is better, as we
get more unused function warnings.
pull/70/head
Wilfred Hughes 2021-11-21 11:45:48 +07:00
parent 85e9a849ba
commit 19feab9045
2 changed files with 4 additions and 0 deletions

@ -54,3 +54,7 @@ rayon = "1.5.1"
#
# https://doc.rust-lang.org/cargo/reference/profiles.html#release
debug = false
[[bin]]
name = "difft"
path = "src/main.rs"