summaryrefslogtreecommitdiffstats
path: root/src/lastfm/mod.rs
Commit message (Expand)AuthorAgeFilesLines
* rust 2018HEADmasterJesse Luehrs2018-12-231-187/+0
* cargo clippyJesse Luehrs2018-12-221-3/+3
* cargo fmtJesse Luehrs2018-12-221-54/+47
* rename paths to util, and add more stuff to itJesse Luehrs2018-11-101-2/+2
* stop passing the api key on the command lineJesse Luehrs2018-11-081-4/+45
* remove some unnecessary use statementsJesse Luehrs2018-11-071-3/+0
* no need to define my own type hereJesse Luehrs2018-11-071-7/+5
* ignore the currently playing songJesse Luehrs2018-11-071-1/+2
* process tracks chronologicallyJesse Luehrs2018-11-071-9/+30
* make db syncing workJesse Luehrs2018-11-061-2/+2
* support fetching new tracks since a given dateJesse Luehrs2018-11-061-10/+26
* add some basic last.fm api queryingJesse Luehrs2018-11-061-0/+120