Basic refactor #7
|
@ -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"
|
||||
|
|
Reference in New Issue