diff options
Diffstat (limited to 'trakt-rs/src/api.rs')
-rw-r--r-- | trakt-rs/src/api.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/trakt-rs/src/api.rs b/trakt-rs/src/api.rs index 3c990da..dc187cb 100644 --- a/trakt-rs/src/api.rs +++ b/trakt-rs/src/api.rs @@ -11,5 +11,6 @@ pub mod calendars; pub mod certifications; pub mod checkin; pub mod comments; +pub mod country; pub mod movies; pub mod shows; |