Added custom deserialization and serialization for ipnetwork::IpNetwork

This commit is contained in:
Emīls Piņķis
2019-02-01 11:57:14 +00:00
parent 16c4af9823
commit d8ce2e4dbc
2 changed files with 37 additions and 9 deletions

View File

@ -13,10 +13,10 @@ categories = ["network-programming", "os"]
[dependencies]
clippy = {version = "0.0.302", optional = true}
serde = ">=0.8.0, <2.0"
serde_derive = ">=0.8.0, <2.0"
[dev-dependencies]
serde_json = "1.0"
serde_derive = ">=0.8.0, <2.0"
[badges]
travis-ci = { repository = "achanda/ipnetwork" }