Skip to content

Commit cada600

Browse files
committed
Update Cargo.toml with new url and contributors
1 parent eb2e835 commit cada600

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,12 +1,12 @@
11
[package]
22
name = "simd-json"
33
version = "0.1.17"
4-
authors = ["Heinz N. Gies <heinz@licenser.net>"]
4+
authors = ["Heinz N. Gies <heinz@licenser.net>", "Sunny Gleason"]
55
edition = "2018"
66
exclude = [ "data/*" ]
77
license = "Apache-2.0/MIT"
88
description = "High performance JSON parser based on a port of simdjson"
9-
repository = "https://github.com/Licenser/simdjson-rs"
9+
repository = "https://github.com/simd-lite/simdjson-rs"
1010

1111
[dependencies]
1212
halfbrown = "0.1"

0 commit comments

Comments
 (0)