Add tests for serde features of jid crate

This commit is contained in:
xmppftw xmppftw 2023-08-03 23:13:34 +02:00 committed by Link Mauve
commit b09c540080
2 changed files with 49 additions and 0 deletions

View file

@ -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" ] }