Skip to content
Snippets Groups Projects
Commit 097466b4 authored by Nathan Ringo's avatar Nathan Ringo
Browse files

Updates Cargo.toml

parent 9967f41f
No related branches found
No related tags found
No related merge requests found
[package]
authors = ["Nathaniel Ringo <remexre@gmail.com>"]
description = "A crate for parsing and using JSON pointers, as specified in RFC 6901."
documentation = "https://docs.rs/json-pointer"
homepage = "https://github.com/remexre/json-pointer"
license = "MIT"
name = "json-pointer"
repository = "https://github.com/remexre/json-pointer"
version = "0.1.0"
[badges]
travis-ci = { repository = "remexre/json-pointer", branch = "master" }
[dependencies]
itertools = "^0.6.0"
serde_json = "^1.0.2"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment