mirror of
https://github.com/Steffo99/patched-porobot.git
synced 2024-12-22 09:34:21 +00:00
Use matrix-sdk-appservice
from the vendored submodule
This commit is contained in:
parent
c44645d701
commit
6e5e0b8688
2 changed files with 445 additions and 724 deletions
1165
Cargo.lock
generated
1165
Cargo.lock
generated
File diff suppressed because it is too large
Load diff
|
@ -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", features = ["anyhow"], optional = true }
|
||||
matrix-sdk-appservice = { path = "./vendor/matrix-rust-sdk/crates/matrix-sdk-appservice", features = ["anyhow"], 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-sdk", "anyhow"]
|
||||
matrix = ["exec", "search", "matrix-sdk-appservice", "anyhow"]
|
||||
|
||||
|
||||
[lib]
|
||||
|
|
Loading…
Reference in a new issue