11 lines
259 B
TOML
11 lines
259 B
TOML
[package]
|
|
name = "rust-twitch-avatar-cache"
|
|
version = "0.1.0"
|
|
edition = "2021"
|
|
|
|
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
|
|
|
[dependencies]
|
|
redis = "0.25.3"
|
|
redis-derive = "0.1.7"
|
|
twitch_api = "0.7.0-rc.7"
|