echoed/Cargo.toml
2024-11-01 23:37:40 +00:00

18 lines
438 B
TOML

[package]
name = "echoed"
publish = false
version = "0.1.0"
edition = "2021"
[features]
dotenvy = ["dep:dotenvy"]
[dependencies]
color-eyre = "0.6.3"
cookie_store = "0.21.0"
dotenvy = { version = "0.15.7", optional = true }
ijson = "0.1.3"
reqwest = { version = "0.12.9", features = ["json", "cookies", "multipart"] }
reqwest_cookie_store = "0.8.0"
tokio = { version = "1.41.0", features = ["macros", "rt-multi-thread"] }
url = "2.5.2"