1
Fork 0
mirror of https://github.com/Steffo99/patched-porobot.git synced 2024-12-22 17:44:22 +00:00

Add matrix-sdk dependency

This commit is contained in:
Steffo 2023-03-16 19:37:07 +01:00
parent 27ae299af6
commit be7b6b8bbe
Signed by: steffo
GPG key ID: 2A24051445686895
2 changed files with 1197 additions and 26 deletions

1219
Cargo.lock generated

File diff suppressed because it is too large Load diff

View file

@ -41,7 +41,7 @@ rand = { version = "0.8.5", optional = true }
serenity = { version = "0.11.5", features = ["client", "cache", "gateway", "rustls_backend", "model"], default-features = false, optional = true }
anyhow = { version = "^1.0.68", optional = true }
# matrix
matrix-sdk = { version = "^0.6.2", optional = true }
[features]
# data = [] # Always included
@ -49,7 +49,7 @@ exec = ["pretty_env_logger"]
search = ["tantivy"]
telegram = ["exec", "search", "teloxide", "reqwest", "tokio", "md5", "rand"]
discord = ["exec", "search", "serenity", "tokio", "anyhow"]
matrix = ["exec", "search"]
matrix = ["exec", "search", "matrix-sdk"]
[lib]