Rename the project milli

This commit is contained in:
Kerollmops 2020-07-12 00:16:41 +02:00
parent d31da26a51
commit 2c62eeea3c
No known key found for this signature in database
GPG key ID: 92ADA4E935E71FA4
8 changed files with 33 additions and 33 deletions

View file

@ -5,7 +5,7 @@ use std::time::Instant;
use heed::EnvOpenOptions;
use structopt::StructOpt;
use mega_mini_indexer::{Index, BEU32};
use milli::{Index, BEU32};
#[cfg(target_os = "linux")]
#[global_allocator]