titlebot/Cargo.toml

19 lines
401 B
TOML

[package]
name = "titlebot"
version = "0.2.1"
authors = ["Yash Karandikar <nerdstep710@gmail.com>"]
edition = "2018"
[profile.release]
lto = true
[dependencies]
irc = "0.15"
tokio = { version = "1", features = ["full"] }
futures = "0.3"
anyhow = "1.0"
onig = "6.2"
rspotify = { git = "https://github.com/ramsayleung/rspotify" }
reqwest = { version = "0.11", features = ["json"] }
htmlescape = "0.3"