Songlify/Cargo.toml

21 lines
538 B
TOML
Raw Normal View History

2021-09-21 23:41:50 +02:00
[package]
name = "songlify"
2022-05-31 13:09:31 +02:00
version = "0.3.3"
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"
invidious = "0.2.1"
chrono = "0.4.19"
itertools = "0.10.3"
[dev-dependencies]
tokio-test = "0.4.2"