Add the meilidb-schema/tokenizer projects

This commit is contained in:
Clément Renault 2019-10-04 10:29:44 +02:00
parent 62a0aefe44
commit 08e3f23408
No known key found for this signature in database
GPG key ID: 92ADA4E935E71FA4
6 changed files with 604 additions and 2 deletions

View file

@ -19,8 +19,8 @@ siphasher = "0.3.0"
slice-group-by = "0.2.6"
zerocopy = "0.2.8"
meilidb-schema = { path = "../../MeiliDB/meilidb-schema", version = "0.1.0" }
meilidb-tokenizer = { path = "../../MeiliDB/meilidb-tokenizer", version = "0.1.0" }
meilidb-schema = { path = "../meilidb-schema", version = "0.1.0" }
meilidb-tokenizer = { path = "../meilidb-tokenizer", version = "0.1.0" }
[dependencies.rmp-serde]
git = "https://github.com/3Hren/msgpack-rust.git"