exclude files for packaging

This commit is contained in:
jk 2025-02-26 12:31:18 +01:00
parent 6f0df4d488
commit e7a5a1b2da
No known key found for this signature in database

View File

@ -11,6 +11,7 @@ readme = "README.md"
license = "MIT"
keywords = ["tui", "timer", "countdown", "pomodoro"]
categories = ["command-line-utilities"]
exclude = [".github/*", "demo/*.tape", "result/*", "*.mp3"]
[dependencies]
ratatui = "0.29.0"
@ -35,5 +36,6 @@ rodio = { version = "0.20.1", features = [
], default-features = false, optional = true }
thiserror = { version = "2.0.11", optional = true }
[features]
sound = ["dep:rodio", "dep:thiserror"]