Skip to content

Commit

Permalink
Update Cargo.toml to reflect the separation of songbird from Sereni…
Browse files Browse the repository at this point in the history
…ty's repository
  • Loading branch information
arqunis committed Nov 13, 2020
1 parent 868785b commit 6724655
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,13 @@ authors = ["Kyle Simpson <[email protected]>"]
description = "An async Rust library for the Discord voice API."
documentation = "https://docs.rs/songbird"
edition = "2018"
homepage = "https://github.com/serenity-rs/serenity"
homepage = "https://github.com/serenity-rs/songbird"
include = ["src/**/*.rs", "Cargo.toml", "build.rs"]
keywords = ["discord", "api", "rtp", "audio"]
license = "ISC"
name = "songbird"
readme = "README.md"
repository = "https://github.com/serenity-rs/serenity.git"
repository = "https://github.com/serenity-rs/songbird.git"
version = "0.1.0"

[dependencies]
Expand Down Expand Up @@ -59,12 +59,14 @@ version = "0.7"
[dependencies.serenity]
optional = true
features = ["voice", "gateway"]
path = "../"
git = "https://github.com/serenity-rs/serenity"
branch = "current"
version = "0.9.0"

[dependencies.serenity-voice-model]
optional = true
path = "../voice-model"
git = "https://github.com/serenity-rs/serenity"
branch = "current"
version = "0.10"

[dependencies.spin_sleep]
Expand Down

0 comments on commit 6724655

Please sign in to comment.