aboutsummaryrefslogtreecommitdiffstats
path: root/rust/src/api_helpers.rs
diff options
context:
space:
mode:
authorBryan Newbold <bnewbold@robocracy.org>2018-09-10 18:09:29 -0700
committerBryan Newbold <bnewbold@robocracy.org>2018-09-10 18:09:29 -0700
commit70144145ee627f521ee7a9d5020dce2cb2b96373 (patch)
treec93f8d31bc9efb589fcc82419536035be15a4cfd /rust/src/api_helpers.rs
parent5ec28e7657af82c3260fcf67db4e7b2ea4ba6a36 (diff)
downloadfatcat-70144145ee627f521ee7a9d5020dce2cb2b96373.tar.gz
fatcat-70144145ee627f521ee7a9d5020dce2cb2b96373.zip
database_entity_crud -> api_entity_crud
Diffstat (limited to 'rust/src/api_helpers.rs')
-rw-r--r--rust/src/api_helpers.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/rust/src/api_helpers.rs b/rust/src/api_helpers.rs
index 8ab9dcb3..456646b4 100644
--- a/rust/src/api_helpers.rs
+++ b/rust/src/api_helpers.rs
@@ -8,7 +8,7 @@ use errors::*;
use regex::Regex;
use std::str::FromStr;
use uuid::Uuid;
-use database_entity_crud::EntityCrud;
+use api_entity_crud::EntityCrud;
pub type DbConn =
diesel::r2d2::PooledConnection<diesel::r2d2::ConnectionManager<diesel::PgConnection>>;