From 8ea7a578a76fd7c89d3522a9635ed062ab1c4276 Mon Sep 17 00:00:00 2001 From: Matt Solomon Date: Fri, 10 Mar 2023 07:26:00 -0800 Subject: [PATCH] build: only include src/ dir to reduce crate size --- Cargo.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/Cargo.toml b/Cargo.toml index 42c684f..3e372e2 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -7,6 +7,7 @@ name = "scopelint" repository = "https://github.com/ScopeLift/scopelint" version = "0.0.16" + include = ["/src"] [dependencies] clap = { version = "4.1.8", features = ["derive"] }