xso: Add support for serde_json::Value
Signed-off-by: Maxime “pep” Buquet <pep@bouah.net>
This commit is contained in:
parent
4780f89604
commit
ab7e6de3e1
3 changed files with 6 additions and 0 deletions
|
|
@ -24,6 +24,7 @@ xso_proc = { version = "0.1", path = "../xso-proc", optional = true }
|
|||
jid = { version = "0.12", path = "../jid", optional = true }
|
||||
uuid = { version = "1", optional = true }
|
||||
base64 = { version = "0.22", optional = true }
|
||||
serde_json = { version = "1.0", optional = true, default-features = false, features = ["alloc"] }
|
||||
|
||||
[features]
|
||||
default = [ "std" ]
|
||||
|
|
|
|||
Loading…
Reference in a new issue