diff options
author | Adam T. Carpenter <atc@53hor.net> | 2020-10-07 09:37:41 -0400 |
---|---|---|
committer | Adam T. Carpenter <atc@53hor.net> | 2020-10-07 09:37:41 -0400 |
commit | 89722ebd6dcdc7067277050a431fbb7b9ea1dcf5 (patch) | |
tree | a23a5029b94e7ddec8d8ecdae0438f353cede71a /dichroism/src/lib.rs | |
parent | 743ae22168b1fcdf2e1e54bcadbb1bb3fce3370d (diff) | |
download | theglassyladies-89722ebd6dcdc7067277050a431fbb7b9ea1dcf5.tar.xz theglassyladies-89722ebd6dcdc7067277050a431fbb7b9ea1dcf5.zip |
sorted out image repo, error handling
Diffstat (limited to 'dichroism/src/lib.rs')
-rw-r--r-- | dichroism/src/lib.rs | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/dichroism/src/lib.rs b/dichroism/src/lib.rs deleted file mode 100644 index e3842d3..0000000 --- a/dichroism/src/lib.rs +++ /dev/null @@ -1,16 +0,0 @@ -#[macro_use] -extern crate serde; -#[macro_use] -extern crate diesel; - -pub mod config; -mod constants; -mod error; -pub mod handlers; -mod image_api; -mod image_repo; -mod models; -mod product_repo; -pub mod result; -mod schema; -pub mod types; |