echoed/Cargo.toml

25 lines
626 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"
[dependencies]
async-trait = "0.1.83"
2024-11-01 23:37:40 +00:00
color-eyre = "0.6.3"
2024-11-11 00:37:47 +00:00
cookie_store = "0.21.1"
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"
paste = "1.0.15"
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-11 00:00:34 +00:00
reqwest_cookie_store = { git = "https://git.newty.dev/newt/reqwest_cookie_store_tokio.git" }
2024-11-11 00:37:47 +00:00
serde_cbor = "0.11.2"
2024-11-11 00:00:34 +00:00
thiserror = "1.0.66"
tokio = { version = "1.41.1", features = ["macros", "rt-multi-thread"] }
tui-textarea = "0.7.0"
tui_confirm_dialog = "0.2.4"
2024-11-11 00:00:34 +00:00
url = "2.5.3"