diff options
author | metamuffin <metamuffin@disroot.org> | 2025-01-29 18:03:06 +0100 |
---|---|---|
committer | metamuffin <metamuffin@disroot.org> | 2025-01-29 18:03:06 +0100 |
commit | db511d3fe50f05329615f718515fab1b80d9e06a (patch) | |
tree | 7969fea01be100cbe4385ad13a14940a987ac513 /import/src/lib.rs | |
parent | 82e8a55a1496ae9132e13e7286fe1c0d57d586d3 (diff) | |
download | jellything-db511d3fe50f05329615f718515fab1b80d9e06a.tar jellything-db511d3fe50f05329615f718515fab1b80d9e06a.tar.bz2 jellything-db511d3fe50f05329615f718515fab1b80d9e06a.tar.zst |
no direct redb access
Diffstat (limited to 'import/src/lib.rs')
-rw-r--r-- | import/src/lib.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/import/src/lib.rs b/import/src/lib.rs index c3daf7b..787c0cf 100644 --- a/import/src/lib.rs +++ b/import/src/lib.rs @@ -7,6 +7,7 @@ pub mod infojson; pub mod tmdb; pub mod trakt; + // use anyhow::{anyhow, bail, Context, Error, Ok}; // use async_recursion::async_recursion; // use base64::Engine; |