18 lines
453 B
TOML
18 lines
453 B
TOML
[package]
|
|
name = "matrix_gateway"
|
|
version = "0.1.0"
|
|
edition = "2021"
|
|
|
|
[dependencies]
|
|
log = "0.4.25"
|
|
env_logger = "0.11.6"
|
|
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"
|
|
actix-web = "4"
|
|
actix-session = { version = "0.10.1", features = ["redis-session"] }
|
|
light-openid = "1.0.2"
|
|
thiserror = "2.0.11"
|
|
rand = "0.9.0-beta.3" |