exclude files for packaging
This commit is contained in:
parent
6f0df4d488
commit
e7a5a1b2da
@ -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"]
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user