From 3c297bbb85fd3ae9b411a691024f622702da3617 Mon Sep 17 00:00:00 2001 From: Timon Vonk Date: Sun, 14 Jul 2024 18:07:18 +0200 Subject: [PATCH] fix(swiftide): remove include from Cargo.toml --- swiftide/Cargo.toml | 1 - 1 file changed, 1 deletion(-) diff --git a/swiftide/Cargo.toml b/swiftide/Cargo.toml index 00964dc5..390a6006 100644 --- a/swiftide/Cargo.toml +++ b/swiftide/Cargo.toml @@ -9,7 +9,6 @@ description = "Blazing fast, streaming document and code indexation" categories = ["asynchronous"] repository = "https://github.com/bosun-ai/swiftide-rs" homepage = "https://swiftide.rs" -include = ["/**/*.prompt.md"] [badges]