Skip to content

Commit

Permalink
ipc: Add derive serde feature
Browse files Browse the repository at this point in the history
  • Loading branch information
danyspin97 committed Apr 17, 2024
1 parent c811770 commit 14655ad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ipc/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,5 +13,5 @@ categories = ["command-line-utilities", "multimedia"]
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
serde = "1.0.197"
serde = { version = "1.0.197", features = ["derive"] }
xdg = "2.5.2"

0 comments on commit 14655ad

Please sign in to comment.