From d6c3b7c3b71f1a90e62149cdbc609ebca122d1b3 Mon Sep 17 00:00:00 2001 From: MrDulfin Date: Sun, 2 Jun 2024 19:09:17 -0400 Subject: [PATCH] manual merge from master --- Cargo.toml | 9 ++++++++- README.md | 1 + 2 files changed, 9 insertions(+), 1 deletion(-) create mode 100644 README.md diff --git a/Cargo.toml b/Cargo.toml index 6907d9f..3c3d56a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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" \ No newline at end of file diff --git a/README.md b/README.md new file mode 100644 index 0000000..bdd90d5 --- /dev/null +++ b/README.md @@ -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] \ No newline at end of file