diff options
author | HampusM <hampus@hampusmat.com> | 2022-09-06 21:40:01 +0200 |
---|---|---|
committer | HampusM <hampus@hampusmat.com> | 2022-09-06 21:40:01 +0200 |
commit | b44463d533ba9b789e3423d670e2ddcc32c1112c (patch) | |
tree | 68f377f86ffbc99efcd88bc4fa1549784af6cf5d /src/errors/mod.rs | |
parent | d7929e7e9fee879a28871c2195620869db291441 (diff) |
feat: add getting user & playlists
Diffstat (limited to 'src/errors/mod.rs')
-rw-r--r-- | src/errors/mod.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/errors/mod.rs b/src/errors/mod.rs index ea85f4a..ad4da47 100644 --- a/src/errors/mod.rs +++ b/src/errors/mod.rs @@ -1,3 +1,4 @@ //! Error types. pub mod auth; +pub mod client; |