packaging for crates.io

This commit is contained in:
2024-08-12 18:32:26 +02:00
parent 4398512b5c
commit 1cbca4148f

View File

@@ -1,7 +1,13 @@
[package] [package]
name = "lib-spotify-parser" name = "spotify-parser"
description = "A library for parsing Spotify data."
version = "1.0.0" version = "1.0.0"
edition = "2021" edition = "2021"
license-file = "LICENSE.md"
repository = "https://github.com/eRgo35/spotify-parser"
readme = "README.md"
keywords = ["spotify", "parser", "embed", "library"]
categories = ["parsing"]
[dependencies] [dependencies]
regex = "1.10.6" regex = "1.10.6"