feat: Introduce the meilidb-data workspace member

This commit is contained in:
Clément Renault
2019-03-29 17:01:10 +01:00
parent 77405cc103
commit 287d5dee4d
4 changed files with 33 additions and 0 deletions

8
meilidb-data/Cargo.toml Normal file
View File

@ -0,0 +1,8 @@
[package]
name = "meilidb-data"
version = "0.1.0"
authors = ["Kerollmops <renault.cle@gmail.com>"]
edition = "2018"
[dependencies]
sled = "0.20.0"