Skip to content

Commit c6b0088

Browse files
committed
add deps
1 parent 45f3615 commit c6b0088

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

Cargo.toml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,14 +17,15 @@ regex = "1"
1717
pest = "2.7.15"
1818
pest_derive = "2.7.15"
1919
thiserror = "2.0.9"
20+
jsonpath-rust-impl = {path = "jsonpath-rust-impl", optional = true, version = "0.1.0"}
21+
jsonpath-ast = {path = "jsonpath-ast", version = "0.1.0", features = ["compiled-path"]}
2022

2123
[dev-dependencies]
2224
serde = { version = "1.0", features = ["derive"] }
2325
criterion = "0.5.1"
2426

25-
26-
#[features]
27-
#compiled-path = ["jsonpath-ast/compiled-path", "dep:jsonpath-rust-impl"]
27+
[features]
28+
compiled-path = ["jsonpath-ast/compiled-path", "dep:jsonpath-rust-impl"]
2829

2930
[[bench]]
3031
name = "regex"

0 commit comments

Comments
 (0)