mirror of
https://github.com/meilisearch/MeiliSearch
synced 2025-07-03 11:57:07 +02:00
feat: Move the Schema to its own workspace crate
This commit is contained in:
parent
ab2ca15c5c
commit
994a0e78f1
22 changed files with 43 additions and 30 deletions
|
@ -14,7 +14,8 @@ use sysinfo::{SystemExt, ProcessExt};
|
|||
use serde::{Serialize, Deserialize};
|
||||
use structopt::StructOpt;
|
||||
|
||||
use meilidb_data::{Database, Schema};
|
||||
use meilidb_data::Database;
|
||||
use meilidb_schema::Schema;
|
||||
|
||||
#[derive(Debug, StructOpt)]
|
||||
pub struct Opt {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue