Rename the project milli

This commit is contained in:
Kerollmops
2020-07-12 00:16:41 +02:00
parent d31da26a51
commit 2c62eeea3c
8 changed files with 33 additions and 33 deletions

View File

@ -10,7 +10,7 @@ use serde::Deserialize;
use structopt::StructOpt;
use warp::{Filter, http::Response};
use mega_mini_indexer::{BEU32, Index};
use milli::{BEU32, Index};
#[cfg(target_os = "linux")]
#[global_allocator]