From 668f71d5e9ba84249a06daa3ed5263502830dd5f Mon Sep 17 00:00:00 2001 From: Matt McCoy Date: Tue, 21 Jun 2016 23:34:47 -0400 Subject: [PATCH] Removing bin specification in Cargo.toml --- Cargo.toml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 1883590..3a2a0f0 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -18,7 +18,3 @@ path = "src/lib.rs" [dependencies] openssl = "0.7.13" regex = "0.1.71" - -[[bin]] -name = "example" -path = "example.rs"