From e0a97878e874e7c9ebe13b761f1dc20c92b2891f Mon Sep 17 00:00:00 2001 From: Savanni D'Gerinel Date: Fri, 28 Jul 2023 23:23:25 -0400 Subject: [PATCH] Remove build targets --- ifc/Cargo.toml | 8 -------- 1 file changed, 8 deletions(-) diff --git a/ifc/Cargo.toml b/ifc/Cargo.toml index a2ab65c..03767eb 100644 --- a/ifc/Cargo.toml +++ b/ifc/Cargo.toml @@ -13,11 +13,3 @@ license-file = "../COPYING" chrono = { version = "0.4" } serde = { version = "1.0", features = ["derive"] } thiserror = { version = "1" } - -# [[bin]] -# name = "ifc-today" -# path = "src/today.rs" - -# [[bin]] -# name = "ifc-web" -# path = "src/web.rs"