Skip to content

Commit e7f547d

Browse files
authored
Merge branch 'master' into gkorland-publish
2 parents 550d3ec + 1a4f4af commit e7f547d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Cargo.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[package]
2-
name = "jsonpath_calculator"
2+
name = "jsonpath_rs"
33
version = "0.1.0"
44
edition = "2021"
55

@@ -15,4 +15,4 @@ ijson = "0.1.3"
1515
[lib]
1616
name = "jsonpath_calculator"
1717
path = "src/lib.rs"
18-
crate-type = ["cdylib", "rlib"]
18+
crate-type = ["cdylib", "rlib"]

0 commit comments

Comments
 (0)