From cc96253e78636b7355e76c427a1234aac1f1f22a Mon Sep 17 00:00:00 2001 From: 4lDO2 <4lDO2@protonmail.com> Date: Thu, 12 Oct 2023 20:16:44 +0200 Subject: [PATCH] Add exclude = ["target"] --- Cargo.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/Cargo.toml b/Cargo.toml index 2ea96ff762..d2cb6f04c0 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -6,6 +6,7 @@ edition = "2021" license = "MIT" description = "Redox stable ABI" repository = "https://gitlab.redox-os.org/redox-os/libredox.git" +exclude = ["target"] # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html