diff --git a/.gitmodules b/.gitmodules index 133a6ec..9261d5d 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,3 +1,6 @@ [submodule "libs/songbird"] path = libs/songbird url = git@github.com:eRgo35/songbird.git +[submodule "libs/serenity"] + path = libs/serenity + url = git@github.com:eRgo35/serenity.git diff --git a/Cargo.toml b/Cargo.toml index 2ca9bee..d63af08 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -26,7 +26,7 @@ serde_json = "1.0.122" songbird = { path = "./libs/songbird", version = "0.4", default-features = true, features = [ "builtin-queue", ] } -serenity = { features = [ +serenity = { path = "./libs/serenity", default-features = true, features = [ "cache", "framework", "standard_framework", diff --git a/libs/serenity b/libs/serenity new file mode 160000 index 0000000..658b6a7 --- /dev/null +++ b/libs/serenity @@ -0,0 +1 @@ +Subproject commit 658b6a7261fbde7cf59f84613f870ef7a48735c6 diff --git a/libs/songbird b/libs/songbird index 52ccf8b..2d7dc29 160000 --- a/libs/songbird +++ b/libs/songbird @@ -1 +1 @@ -Subproject commit 52ccf8b328a91f262fdd07bfae7c6067f9df442c +Subproject commit 2d7dc29fd68826fb6998eb748be05387ea2fe91b