Skip to content

Commit 1a4f4af

Browse files
authored
Update Cargo.toml
1 parent b0197a4 commit 1a4f4af

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Cargo.toml

Lines changed: 2 additions & 2 deletions
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)