Rename garage_core to garage_model

This commit is contained in:
Alex Auvolat
2020-07-07 13:59:22 +02:00
parent f0918b377e
commit bec26a1312
23 changed files with 32 additions and 32 deletions
+1 -1
View File
@@ -9,7 +9,7 @@ use hyper::{Body, Method, Request, Response, Server};
use garage_util::error::Error;
use garage_core::garage::Garage;
use garage_model::garage::Garage;
use crate::http_util::*;
use crate::signature::check_signature;