We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5abf825 commit a71dd52Copy full SHA for a71dd52
Cargo.toml
@@ -1,8 +1,11 @@
1
[package]
2
name = "rusty-endsong-parser"
3
version = "0.1.0"
4
-edition = "2021"
5
authors = ["Filip Tomaśko <shader301270@gmail.com>"]
+edition = "2021"
6
+rust-version = "1.62"
7
+description = "Handling of Spotify endsong.json files - printing top 10 songs/albums/artists, plotting etc."
8
+readme="README.md"
9
10
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
11
0 commit comments