mirror of
https://github.com/eRgo35/spotify-parser.git
synced 2025-12-16 04:46:11 +01:00
packaging for crates.io
This commit is contained in:
@@ -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"
|
||||||
|
|||||||
Reference in New Issue
Block a user