diff options
Diffstat (limited to 'trakt-rs/src/api/users.rs')
-rw-r--r-- | trakt-rs/src/api/users.rs | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/trakt-rs/src/api/users.rs b/trakt-rs/src/api/users.rs index 42e2a0d..6ea4af8 100644 --- a/trakt-rs/src/api/users.rs +++ b/trakt-rs/src/api/users.rs @@ -104,3 +104,5 @@ pub mod settings { pub item_count: u32, } } + +pub mod follow; |