echoed/Cargo.toml

21 lines
471 B
TOML
Raw Normal View History

2024-11-01 23:37:40 +00:00
[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"
2024-11-02 00:01:51 +00:00
crossterm = "0.28.1"
2024-11-01 23:37:40 +00:00
dotenvy = { version = "0.15.7", optional = true }
2024-11-02 00:01:51 +00:00
ratatui = "0.29.0"
regex = "1.11.1"
reqwest = { version = "0.12.9", features = ["cookies", "multipart"] }
2024-11-01 23:37:40 +00:00
reqwest_cookie_store = "0.8.0"
tokio = { version = "1.41.0", features = ["macros", "rt-multi-thread"] }
url = "2.5.2"