-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathCargo.toml
More file actions
27 lines (25 loc) · 712 Bytes
/
Cargo.toml
File metadata and controls
27 lines (25 loc) · 712 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
[package]
name = "groover"
version = "0.1.0"
authors = ["Max Isom <hi@maxisom.me>", "Xavier B. <hello@ncbr.wtf>"]
edition = "2018"
[dependencies]
librespot = { version = "0.2.0", default-features = false }
songbird = { version = "0.1.4", features = ["driver-core"] }
tracing = "0.1"
tracing-subscriber = "0.2"
tracing-futures = "0.2"
tokio = { version = "1.5.0", features = ["full"] }
futures = "0.3.14"
byteorder = "1.4.3"
samplerate = "0.2.4"
spotify-oauth = "0.3.0"
async-nats = "0.13.0"
serde_json = "1.0.81"
serde = "1.0.81"
async-ctrlc = "1.2.0"
#[dependencies.serenity]
#version = "0.10"
#features = ["client", "standard_framework", "voice", "rustls_backend"]
[profile.dev]
split-debuginfo = "unpacked"