Includes two more small changes too small to warrant PRs. 1. Removes the `shard_count` parameter from `Songbird::twilight` & `Songbird::twilight_from_config` since the cluster contains it. 2. Drops the `Arc` wrapper around `Songbird` to match against an upcoming twilight 0.7 change
21 lines
478 B
TOML
21 lines
478 B
TOML
[package]
|
|
name = "twilight"
|
|
version = "0.1.0"
|
|
authors = ["Twilight and Serenity Contributors"]
|
|
edition = "2018"
|
|
|
|
[dependencies]
|
|
futures = "0.3"
|
|
tracing = "0.1"
|
|
tracing-subscriber = "0.2"
|
|
tokio = { features = ["macros", "rt-multi-thread", "sync"], version = "1" }
|
|
twilight-gateway = "0.6"
|
|
twilight-http = "0.6"
|
|
twilight-model = "0.6"
|
|
twilight-standby = "0.6"
|
|
|
|
[dependencies.songbird]
|
|
default-features = false
|
|
path = "../.."
|
|
features = ["driver", "twilight-rustls", "zlib-stock"]
|