Skip to content

Commit

Permalink
Add additional metadata to Cargo.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
fsktom committed Jul 5, 2022
1 parent 5abf825 commit a71dd52
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,8 +1,11 @@
[package]
name = "rusty-endsong-parser"
version = "0.1.0"
edition = "2021"
authors = ["Filip Tomaśko <[email protected]>"]
edition = "2021"
rust-version = "1.62"
description = "Handling of Spotify endsong.json files - printing top 10 songs/albums/artists, plotting etc."
readme="README.md"

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

Expand Down

0 comments on commit a71dd52

Please sign in to comment.