Skip to content

Commit a71dd52

Browse files
committed
Add additional metadata to Cargo.toml
1 parent 5abf825 commit a71dd52

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

Cargo.toml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,11 @@
11
[package]
22
name = "rusty-endsong-parser"
33
version = "0.1.0"
4-
edition = "2021"
54
authors = ["Filip Tomaśko <shader301270@gmail.com>"]
5+
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"
69

710
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
811

0 commit comments

Comments
 (0)