[0.9.0] new parser

This commit is contained in:
2024-08-04 18:03:21 +02:00
parent 78a1937210
commit c2e653b3ea
12 changed files with 2913 additions and 41 deletions

View File

@@ -1,6 +1,6 @@
[package]
name = "lyra"
version = "0.8.2"
version = "0.9.0"
authors = ["Michał Czyż <mike@c2yz.com>"]
edition = "2021"
description = "A featureful Discord bot written in Rust."
@@ -12,6 +12,7 @@ keywords = ["discord", "bot", "rust", "music", "featureful"]
[dependencies]
lib-spotify-parser = { path = "libs/spotify-parser" }
dotenv = "0.15.0"
fancy-regex = "0.13.0"
json = "0.12.4"