Can set Matrix access token
This commit is contained in:
@ -10,7 +10,8 @@ clap = { version = "4.5.26", features = ["derive", "env"] }
|
||||
lazy_static = "1.5.0"
|
||||
anyhow = "1.0.95"
|
||||
serde = { version = "1.0.217", features = ["derive"] }
|
||||
rust-s3 = "0.36.0-beta.2"
|
||||
serde_json = "1.0.137"
|
||||
rust-s3 = { version = "0.36.0-beta.2", features = ["tokio"] }
|
||||
actix-web = "4"
|
||||
actix-session = { version = "0.10.1", features = ["redis-session"] }
|
||||
light-openid = "1.0.2"
|
||||
@ -18,4 +19,5 @@ thiserror = "2.0.11"
|
||||
rand = "0.9.0-beta.3"
|
||||
rust-embed = "8.5.0"
|
||||
mime_guess = "2.0.5"
|
||||
askama = "0.12.1"
|
||||
askama = "0.12.1"
|
||||
urlencoding = "2.1.3"
|
Reference in New Issue
Block a user