Move the main types to a separate library

This commit is contained in:
Clément Renault
2019-11-17 11:53:47 +01:00
parent 2e60ac5359
commit c9c3cfcee9
6 changed files with 93 additions and 73 deletions

9
Cargo.lock generated
View File

@ -876,6 +876,7 @@ dependencies = [
"log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)",
"meilidb-schema 0.6.0",
"meilidb-tokenizer 0.6.1",
"meilidb-types 0.1.0",
"once_cell 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
"ordered-float 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)",
"rustyline 5.0.4 (registry+https://github.com/rust-lang/crates.io-index)",
@ -944,6 +945,14 @@ dependencies = [
"slice-group-by 0.2.6 (registry+https://github.com/rust-lang/crates.io-index)",
]
[[package]]
name = "meilidb-types"
version = "0.1.0"
dependencies = [
"serde 1.0.102 (registry+https://github.com/rust-lang/crates.io-index)",
"zerocopy 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)",
]
[[package]]
name = "memchr"
version = "2.2.1"