Skip to content

Commit 285c73e

Browse files
juntaoclaude
andcommitted
Also exclude .gitmodules from crate package
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent 144181b commit 285c73e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ description = "Rust implementation for the CohereLabs/cohere-transcribe-03-2026
77
repository = "https://github.com/second-state/cohere_transcribe_rs"
88
keywords = ["speech-to-text", "transcription", "asr", "mlx", "libtorch"]
99
categories = ["multimedia::audio", "command-line-utilities"]
10-
exclude = ["mlx-c/", ".github/", "tests/", "models/", "tools/"]
10+
exclude = ["mlx-c/", ".github/", "tests/", "models/", "tools/", ".gitmodules"]
1111

1212
[[bin]]
1313
name = "transcribe"

0 commit comments

Comments
 (0)