17 lines
531 B
TOML
17 lines
531 B
TOML
[package]
|
|
name = "lol-pairing-stat-fetcher-rs"
|
|
version = "0.1.0"
|
|
edition = "2021"
|
|
|
|
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
|
|
|
[dependencies]
|
|
async-trait = "0.1.77"
|
|
dotenvy = "0.15.7"
|
|
redis = "0.24.0"
|
|
reqwest = "0.11.24"
|
|
task-local-extensions = "0.1.4"
|
|
reqwest-middleware = { git = "https://git.zynh.me/Zynh0722/reqwest-middleware.git" }
|
|
riven = { git = "https://git.zynh.me/Zynh0722/Riven.git", branch = "feat-middleware" }
|
|
tokio = { version = "1.36.0", features = ["full"] }
|