rustfm-scraper 0.2.23

Scrapes listening history from Last.fm and stores it in a file
Documentation
1
2
3
4
5
6
7
8
9
10
11
build:
	cargo build


run:
	cargo run


sort:
	cargo-sort-ck -w


install:
	cargo install --path .