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"