run-highlighter/Cargo.toml

27 lines
634 B
TOML
Executable File

[package]
name = "run-highlighter"
version = "0.1.0"
edition = "2018"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
anyhow = "1"
chrono = "0.4"
livesplit = { path = "../livesplit-rs" }
quick-xml = { version = "0.21", features = [ "serialize" ] }
twitch_oauth2 = "0.6.0-rc.2"
twitch_api2 = {version = "0.6.0-rc.2", features = ["client", "helix", "reqwest_client", "chrono"] }
reqwest = "0.11"
nom = "6"
url = "2"
toml = "0.5"
[dependencies.serde]
version = "1"
features = ["derive"]
[dependencies.tokio]
version = "1"
features = ["macros", "rt-multi-thread", "fs"]