diff options
author | Bryan Newbold <bnewbold@robocracy.org> | 2019-09-05 19:04:34 -0700 |
---|---|---|
committer | Bryan Newbold <bnewbold@robocracy.org> | 2019-09-05 19:04:34 -0700 |
commit | ba722671b4791524384010705bef0aaa83c22c0b (patch) | |
tree | 9d546b87a36cfa521d8a64ea032948416c9e6314 /rust/src/auth.rs | |
parent | a65dfc914517376b5ededb82e594236c5d61c721 (diff) | |
download | fatcat-ba722671b4791524384010705bef0aaa83c22c0b.tar.gz fatcat-ba722671b4791524384010705bef0aaa83c22c0b.zip |
rename rust crate fatcat-api-spec -> fatcat-openapi
Diffstat (limited to 'rust/src/auth.rs')
-rw-r--r-- | rust/src/auth.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/rust/src/auth.rs b/rust/src/auth.rs index 1a006ffd..b88a72b0 100644 --- a/rust/src/auth.rs +++ b/rust/src/auth.rs @@ -18,7 +18,7 @@ use crate::server::*; use chrono::prelude::*; use diesel; use diesel::prelude::*; -use fatcat_api_spec::models::{Editgroup, Editor}; +use fatcat_openapi::models::{Editgroup, Editor}; use std::collections::HashMap; use std::env; use std::str::FromStr; |