Implement account config + login

This commit is contained in:
2023-10-29 21:25:34 +01:00
parent 9d7872b8ee
commit 6b8b30e6ba
6 changed files with 57 additions and 32 deletions

View File

@ -39,10 +39,12 @@ human-panic = "1.2.0"
inventory = "0.3"
lazy_static = "1.4.0"
libc = "0.2.148"
log = "0.4.20"
nonempty = { version = "0.8.1", features = ["serialize"] }
signal-hook = "0.3.17"
# Misc
log = "0.4.20"
# Matrix
matrix-sdk = { version = "0.6.2", features = ["eyre", "markdown"] }
# UI
crossterm = { version = "0.27.0", features = ["serde", "event-stream"] }