2024-11-01 23:37:40 +00:00
|
|
|
[package]
|
|
|
|
name = "echoed"
|
|
|
|
publish = false
|
|
|
|
version = "0.1.0"
|
|
|
|
edition = "2021"
|
|
|
|
|
|
|
|
[dependencies]
|
2024-11-02 14:42:50 +00:00
|
|
|
async-trait = "0.1.83"
|
2024-11-01 23:37:40 +00:00
|
|
|
color-eyre = "0.6.3"
|
2024-11-02 00:01:51 +00:00
|
|
|
crossterm = "0.28.1"
|
2024-11-11 00:00:34 +00:00
|
|
|
email_address = "0.2.9"
|
|
|
|
lazy_static = "1.5.0"
|
2024-11-02 14:42:50 +00:00
|
|
|
paste = "1.0.15"
|
2024-11-02 00:01:51 +00:00
|
|
|
ratatui = "0.29.0"
|
2024-11-01 23:52:39 +00:00
|
|
|
regex = "1.11.1"
|
|
|
|
reqwest = { version = "0.12.9", features = ["cookies", "multipart"] }
|
2024-11-11 00:00:34 +00:00
|
|
|
reqwest_cookie_store = { git = "https://git.newty.dev/newt/reqwest_cookie_store_tokio.git" }
|
|
|
|
thiserror = "1.0.66"
|
|
|
|
tokio = { version = "1.41.1", features = ["macros", "rt-multi-thread"] }
|
2024-11-02 14:42:50 +00:00
|
|
|
tui-textarea = "0.7.0"
|
|
|
|
tui_confirm_dialog = "0.2.4"
|
2024-11-11 00:00:34 +00:00
|
|
|
url = "2.5.3"
|