Add tests for serde features of jid crate
This commit is contained in:
parent
997303900b
commit
b09c540080
2 changed files with 49 additions and 0 deletions
|
|
@ -23,3 +23,7 @@ memchr = "2.5"
|
|||
minidom = { version = "0.15", optional = true }
|
||||
serde = { version = "1.0", features = ["derive"], optional = true }
|
||||
stringprep = "0.1.3"
|
||||
|
||||
[dev-dependencies]
|
||||
serde_json = "1"
|
||||
jid = { path = ".", features = [ "serde" ] }
|
||||
Loading…
Reference in a new issue