From 41f5936292bbf93c2f2e3af45fd0d6d17ed5cc5e Mon Sep 17 00:00:00 2001 From: Takeru Ohta Date: Thu, 16 Feb 2023 22:18:48 +0900 Subject: [PATCH] Update Cargo.toml --- Cargo.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/Cargo.toml b/Cargo.toml index c430925..e2febee 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -8,6 +8,7 @@ description = "Erlang code formatter" homepage = "https://github.com/sile/efmt" repository = "https://github.com/sile/efmt" readme = "README.md" +exclude = ["/rebar3_efmt/"] [dependencies] anyhow = "1"