Properly format day delimiter

This commit is contained in:
2023-11-05 17:11:32 +01:00
parent 06e3228bbc
commit 1a34a4ce5e
7 changed files with 171 additions and 76 deletions

View File

@ -39,6 +39,7 @@ color-eyre = "0.6.2"
human-panic = "1.2.0"
# Internal
enum_dispatch = "0.3.12"
inventory = "0.3"
itertools = "0.11.0"
lazy_static = "1.4.0"
@ -60,6 +61,7 @@ matrix-sdk-ui = { git = "https://github.com/matrix-org/matrix-rust-sdk.git", rev
# UI
ansi-to-tui = "3.1.0"
chrono = "0.4.31"
crossterm = { version = "0.27.0", features = ["serde", "event-stream"] }
ratatui = { version = "0.24.0", features = ["serde", "macros"] }
strip-ansi-escapes = "0.2.0"