Skip to content

Commit

Permalink
add serde dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
Maciej Wójcik committed Oct 16, 2023
1 parent 96c7050 commit de5d878
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ categories = ["network-programming"]
[dependencies]
base64 = "0.21"
log = "0.4"
serde = { version = "1.0", features = ["derive"] }
thiserror = "1.0"

[dev-dependencies]
Expand Down

0 comments on commit de5d878

Please sign in to comment.