2021-09-21 23:41:50 +02:00
|
|
|
[package]
|
|
|
|
name = "songlify"
|
2022-05-31 11:53:49 +02:00
|
|
|
version = "0.3.2"
|
2021-09-21 23:41:50 +02:00
|
|
|
edition = "2018"
|
|
|
|
|
|
|
|
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
|
|
|
|
|
|
|
[dependencies]
|
2022-05-31 11:37:30 +02:00
|
|
|
teloxide = { version = "0.9.1", features = ["auto-send", "macros"] }
|
|
|
|
log = "0.4.17"
|
2021-09-21 23:41:50 +02:00
|
|
|
pretty_env_logger = "0.4.0"
|
2022-05-31 11:37:30 +02:00
|
|
|
tokio = { version = "1.18.2", features = ["rt-multi-thread", "macros"] }
|
|
|
|
rspotify = { version = "0.11.5", features = ["default"]}
|
2022-05-31 11:53:49 +02:00
|
|
|
sentry = "0.26.0"
|