Skip to content

Commit a495df6

Browse files
fookeroknozor
authored andcommitted
feat: Add support for JSON values
1 parent 0acb69d commit a495df6

File tree

4 files changed

+401
-1
lines changed

4 files changed

+401
-1
lines changed

Cargo.toml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,9 @@ keywords = ["fluent", "testing", "matchers", "assert", "assertions"]
1313
edition = "2021"
1414

1515
[features]
16-
default = ["num"]
16+
default = ["num", "json"]
17+
json = ["dep:serde_json"]
1718

1819
[dependencies]
1920
num = { version = "0.4.0", optional = true }
21+
serde_json = { version = "1.0.140", optional = true }

0 commit comments

Comments
 (0)