Basic refactor #7

Merged
antifallobst merged 3 commits from bpeetz/trinitrix:refactor into master 2023-07-09 14:47:52 +00:00
1 changed files with 3 additions and 3 deletions
Showing only changes of commit a9f72e34e6 - Show all commits

View File

@ -8,12 +8,12 @@ license = "MIT"
[dependencies]
tui = "0.19"
tui-textarea = { version = "*" }
crossterm = "*"
tui-textarea = { version = "0.2", features = ["crossterm"] }
crossterm = "0.25"
matrix-sdk = "0.6"
anyhow = "1.0"
tokio = { version = "1.0", features = ["macros", "rt-multi-thread"] }
tokio-util = "0.7"
serde = "1.0"
cli-log = "2.0"
indexmap = "*"
indexmap = "2.0.0"