hoyolab-claim-bot/Cargo.toml
2024-07-04 13:02:10 +03:00

13 lines
335 B
TOML

[package]
name = "hoyolab-claim-bot"
edition = "2021"
version = "1.1.0"
[dependencies]
anyhow = "1.0"
serde_derive = "1.0"
thiserror = "1.0"
toml = "0.8"
phf = { version = "0.11", features = ["macros"] }
serde = { version = "1.0", features = ["derive"] }
ureq = { version = "2.9", features = ["proxy-from-env", "native-tls", "json"] }