Skip to content

Commit 8ea7a57

Browse files
committed
build: only include src/ dir to reduce crate size
1 parent 72bede7 commit 8ea7a57

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Diff for: Cargo.toml

+1
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
name = "scopelint"
88
repository = "https://github.com/ScopeLift/scopelint"
99
version = "0.0.16"
10+
include = ["/src"]
1011

1112
[dependencies]
1213
clap = { version = "4.1.8", features = ["derive"] }

0 commit comments

Comments
 (0)