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

View File

@ -4,6 +4,7 @@ members = [
"meilidb-http",
"meilidb-schema",
"meilidb-tokenizer",
"meilidb-types",
]
[profile.release]