diff options
| author | Fuwn <[email protected]> | 2020-11-01 00:24:43 -0700 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2020-11-01 00:24:43 -0700 |
| commit | 85e486db6237870b585f07cfd4ea26af4a65bf85 (patch) | |
| tree | e09d4ba0a498cdca612cc5e7ccf7fd2379fefb53 /Cargo.toml | |
| parent | feat (desc) (diff) | |
| download | dep-core-next-85e486db6237870b585f07cfd4ea26af4a65bf85.tar.xz dep-core-next-85e486db6237870b585f07cfd4ea26af4a65bf85.zip | |
feat (desc)
feat:
- implement somewhat ok but not done version of lavalink
- new macros
- plugin system
- random hi plugin
Diffstat (limited to 'Cargo.toml')
| -rw-r--r-- | Cargo.toml | 9 |
1 files changed, 8 insertions, 1 deletions
@@ -38,6 +38,7 @@ urbandictionary = "0.3" # rocket = "0.4.5" # rocket_contrib = "0.4.5" # tokio = { version = "0.2.22", features = ["full"] } +# lavalink-rs = { git = "https://gitlab.com/nitsuga5124/lavalink-rs", branch = "songbird" } [dependencies.parking_lot] version = "0.6" @@ -53,9 +54,15 @@ features = ["colored"] [dependencies.serenity] git = "https://github.com/Mishio595/serenity.git" -# path = "/home/adelyn/dev/serenity" +# path = "/home/fuwn/dev/serenity" default-features = false features = ["builder", "client", "cache", "framework", "standard_framework", "gateway", "http", "model", "utils"] # voice +# [dependencies.songbird] +# git = "https://github.com/serenity-rs/serenity" +# rev = "29d639b6288c83df7aeb0a2ced9d2b77ec6c6241" +# default-features = false +# features = ["serenity-native", "gateway"] + [patch.crates-io] openssl = { git = "https://github.com/ishitatsuyuki/rust-openssl", branch = "0.9.x" } |