This repository has been archived on 2024-05-26. You can view files and clone it, but cannot push or open issues or pull requests.
2023-06-14 21:49:20 +00:00
|
|
|
[package]
|
|
|
|
name = "trinitrix"
|
|
|
|
version = "0.1.0"
|
|
|
|
edition = "2021"
|
2023-06-29 10:36:16 +00:00
|
|
|
license = "MIT"
|
2023-06-14 21:49:20 +00:00
|
|
|
|
|
|
|
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
|
|
|
|
|
|
|
[dependencies]
|
|
|
|
tui = "0.19"
|
2023-07-09 06:09:14 +00:00
|
|
|
tui-textarea = { version = "0.2", features = ["crossterm"] }
|
|
|
|
crossterm = "0.25"
|
2023-06-15 17:19:24 +00:00
|
|
|
matrix-sdk = "0.6"
|
|
|
|
anyhow = "1.0"
|
|
|
|
tokio = { version = "1.0", features = ["macros", "rt-multi-thread"] }
|
2023-07-04 16:32:57 +00:00
|
|
|
tokio-util = "0.7"
|
2023-06-29 18:17:54 +00:00
|
|
|
serde = "1.0"
|
2023-07-08 12:45:08 +00:00
|
|
|
cli-log = "2.0"
|
2023-07-09 06:09:14 +00:00
|
|
|
indexmap = "2.0.0"
|