From 0795ee3add1f9a2719b4967f6f3748282c676bb2 Mon Sep 17 00:00:00 2001 From: Stefano Pigozzi Date: Sun, 7 Aug 2022 17:22:56 +0200 Subject: [PATCH] Use implicit targets in Cargo.toml --- Cargo.toml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 9fe0f98..0233602 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -35,7 +35,3 @@ search = ["tantivy"] telegram = ["exec", "search", "teloxide", "reqwest", "tokio"] # discord = ["exec", "search"] # matrix = ["exec", "search"] - -[lib] -name = "patched_porobot" -path = "src/lib.rs"