Songlify/Cargo.toml

22 lines
633 B
TOML
Raw Normal View History

2021-09-21 23:41:50 +02:00
[package]
name = "songlify"
2024-01-15 13:00:20 +01:00
version = "0.3.5"
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-07-15 17:54:07 +02:00
teloxide = { version = "0.9.2", features = ["auto-send", "macros"] }
2022-05-31 11:37:30 +02:00
log = "0.4.17"
pretty_env_logger = "0.5.0"
2022-07-15 17:54:07 +02:00
tokio = { version = "1.20.0", features = ["rt-multi-thread", "macros"] }
2024-01-14 19:08:12 +01:00
rspotify = { version = "0.12.0", features = ["default"]}
sentry = "0.32.1"
invidious = { version = "0.7.4", no-default-features = true, features = ["reqwest_async"]}
itertools = "0.12.0"
async-trait = "0.1.56"
[dev-dependencies]
tokio-test = "0.4.2"
mockall = "0.11.1"