feat: improve formatting output * duration is now in human readable format * list of artists is now capped at 140 chars max chore(docker): upgrade Docker image and lint it chore(spotify): refactor spotify wrapper & function names feat(spotify): add playlist support, add pre-commit checks fix: set right visibility in structs & fields - Cleanup old imports feat: add support for album links - perform little code refactor, create new module spotify Co-authored-by: Davide Polonio <poloniodavide@gmail.com> Reviewed-on: #1
12 lines
332 B
Plaintext
12 lines
332 B
Plaintext
# ---> Rust
|
|
# Generated by Cargo
|
|
# will have compiled files and executables
|
|
/target/
|
|
|
|
# Remove Cargo.lock from gitignore if creating an executable, leave it for libraries
|
|
# More information here https://doc.rust-lang.org/cargo/guide/cargo-toml-vs-cargo-lock.html
|
|
Cargo.lock
|
|
|
|
# These are backup files generated by rustfmt
|
|
**/*.rs.bk
|