jid: Add serde support behind feature
Signed-off-by: Maxime “pep” Buquet <pep@bouah.net>
This commit is contained in:
parent
df47130823
commit
36aaa3e681
5 changed files with 12 additions and 0 deletions
|
|
@ -29,6 +29,7 @@ chrono = "0.4.5"
|
|||
component = []
|
||||
# Disable validation of unknown attributes.
|
||||
disable-validation = []
|
||||
serde = ["jid/serde"]
|
||||
|
||||
[package.metadata.docs.rs]
|
||||
rustdoc-args = [ "--sort-modules-by-appearance", "-Zunstable-options" ]
|
||||
|
|
|
|||
Loading…
Reference in a new issue