mirror of
https://github.com/Dangoware/dango-music-player.git
synced 2025-04-19 10:02:53 -05:00
manual merge from master
This commit is contained in:
parent
b79192328d
commit
d6c3b7c3b7
2 changed files with 9 additions and 1 deletions
|
@ -2,9 +2,16 @@
|
|||
name = "kushi"
|
||||
version = "0.1.0"
|
||||
edition = "2021"
|
||||
description = "A queue built for the Dango Music Player and Oden"
|
||||
readme = "README.md"
|
||||
homepage = "https://github.com/Dangoware/kushi-queue"
|
||||
repository = "https://github.com/Dangoware/kushi-queue"
|
||||
license = "MIT OR Apache-2.0"
|
||||
keywords = ["queue","music","vec", "dmp"]
|
||||
categories = ["data-structures"]
|
||||
|
||||
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
||||
|
||||
[dependencies]
|
||||
thiserror = "1.0.61"
|
||||
uuid = "1.8.0"
|
||||
uuid = "1.8.0"
|
1
README.md
Normal file
1
README.md
Normal file
|
@ -0,0 +1 @@
|
|||
a queue built for the [Dango Music Player](https://github.com/Dangoware/dango-music-player) and [Oden](https://github.com/Dangoware/oden)[Discord Music Bot]
|
Loading…
Reference in a new issue