mirror of
https://github.com/meilisearch/MeiliSearch
synced 2025-07-04 20:37:15 +02:00
move the API key in meilisearch_types
This commit is contained in:
parent
c192146fbe
commit
7034803712
12 changed files with 407 additions and 246 deletions
|
@ -5,8 +5,8 @@ use std::{
|
|||
};
|
||||
|
||||
use flate2::{write::GzEncoder, Compression};
|
||||
use meilisearch_auth::Key;
|
||||
use meilisearch_types::{
|
||||
keys::Key,
|
||||
settings::{Checked, Settings},
|
||||
tasks::Task,
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue