chore: move permissive-json-pointer in the meilisearch repository

Update permissive-json-pointer/src/lib.rs

Co-authored-by: Clément Renault <clement@meilisearch.com>
This commit is contained in:
Tamo 2022-04-20 17:44:08 +02:00
parent 4a9000bb96
commit 1ef87cc6d0
No known key found for this signature in database
GPG key ID: 20CD8020AFA88D69
6 changed files with 941 additions and 3 deletions

View file

@ -0,0 +1,12 @@
[package]
name = "permissive-json-pointer"
version = "0.2.0"
edition = "2021"
description = "A permissive json pointer"
readme = "README.md"
[dependencies]
serde_json = "1.0"
[dev-dependencies]
big_s = "1.0"