Skip to content

Commit c694765

Browse files
authored
add wngr as author (#85)
* add Oliver as author
1 parent 7742c3b commit c694765

File tree

1 file changed

+14
-10
lines changed

1 file changed

+14
-10
lines changed

Cargo.toml

Lines changed: 14 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,19 @@
11
[package]
2-
authors = ["chance dinkins", "André Sá de Mello <[email protected]>"]
3-
description = "Data structures and logic for resolving, assigning, and deleting by JSON Pointers (RFC 6901)"
2+
authors = [
3+
"chance dinkins",
4+
"André Sá de Mello <[email protected]>",
5+
"Oliver Wangler <[email protected]>",
6+
]
7+
description = "Data structures and logic for resolving, assigning, and deleting by JSON Pointers (RFC 6901)"
48
documentation = "https://docs.rs/jsonptr"
5-
edition = "2021"
6-
homepage = "https://github.com/chanced/jsonptr"
7-
keywords = ["json-pointer", "rfc-6901", "6901"]
8-
license = "MIT OR Apache-2.0"
9-
name = "jsonptr"
10-
repository = "https://github.com/chanced/jsonptr"
11-
rust-version = "1.79.0"
12-
version = "0.6.3"
9+
edition = "2021"
10+
homepage = "https://github.com/chanced/jsonptr"
11+
keywords = ["json-pointer", "rfc-6901", "6901"]
12+
license = "MIT OR Apache-2.0"
13+
name = "jsonptr"
14+
repository = "https://github.com/chanced/jsonptr"
15+
rust-version = "1.79.0"
16+
version = "0.6.3"
1317

1418
[dependencies]
1519
serde = { version = "1.0.203", optional = true, features = ["alloc"] }

0 commit comments

Comments
 (0)