Add option to export plain text room logs
This commit is contained in:
parent
02d3b067b8
commit
0ccf788d7b
5 changed files with 258 additions and 14 deletions
|
|
@ -7,6 +7,7 @@ edition = "2021"
|
|||
anyhow = "1.0.58"
|
||||
async-trait = "0.1.56"
|
||||
chrono = { version = "0.4.19", features = ["serde"] }
|
||||
clap = { version = "3.2.8", features = ["derive"] }
|
||||
crossterm = "0.24.0"
|
||||
directories = "4.0.1"
|
||||
edit = "0.1.4"
|
||||
|
|
@ -20,6 +21,7 @@ serde = { version = "1.0.138", features = ["derive"] }
|
|||
serde_json = "1.0.82"
|
||||
thiserror = "1.0.31"
|
||||
tokio = { version = "1.19.2", features = ["full"] }
|
||||
unicode-width = "0.1.9"
|
||||
|
||||
[dependencies.tokio-tungstenite]
|
||||
version = "0.17.1"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue