Skip to content

Commit

Permalink
[Project] Adds deserialization as keyword.
Browse files Browse the repository at this point in the history
  • Loading branch information
0ndorio committed Aug 7, 2018
1 parent 4de61ca commit 4a05f02
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ authors = [
repository = "https://github.com/P3KI/bendy"
readme = "README.md"
license = "BSD-3-Clause"
keywords = ["bencode", "serialization", "bittorent"]
keywords = ["bencode", "serialization", "deserialization", "bittorent"]
categories = ["encoding"]
description = """
A rust library for encoding and decoding bencode with enforced cannonicalization rules.
Expand Down

0 comments on commit 4a05f02

Please sign in to comment.