Skip to content

Commit

Permalink
Exclude folders from publish
Browse files Browse the repository at this point in the history
  • Loading branch information
Radiicall committed Oct 18, 2023
1 parent a28453e commit c5b4b78
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,15 @@
name = "jellyfin-rpc"
version = "0.15.2"
edition = "2021"
exclude = [
"scripts/*",
".github/*"
]

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html



[dependencies]
serde_json = "1.0"
discord-rich-presence = "0.2"
Expand Down

0 comments on commit c5b4b78

Please sign in to comment.