Implement account config + login
This commit is contained in:
@ -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"] }
|
||||
|
Reference in New Issue
Block a user