Removing bin specification in Cargo.toml

This commit is contained in:
Matt McCoy 2016-06-21 23:34:47 -04:00
parent 080bcebfb8
commit 668f71d5e9

View file

@ -18,7 +18,3 @@ path = "src/lib.rs"
[dependencies]
openssl = "0.7.13"
regex = "0.1.71"
[[bin]]
name = "example"
path = "example.rs"