Skip to content

Commit a14121d

Browse files
committed
exclude assets from publication
1 parent 832a447 commit a14121d

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

Cargo.toml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,9 @@ description = "A good music status display for polybar"
77
repository = "github.com/elliotcubit/polybar-mpris-watcher-rs"
88
readme = "README.md"
99
keywords = ["polybar", "mpris", "music", "module"]
10+
exclude = [
11+
"assets/*",
12+
]
1013

1114
[dependencies]
1215
clap = { version = "4.5.41", features = ["derive"] }

0 commit comments

Comments
 (0)