An image to run crieur-chatbot have been added. The crieur-chatbot matrix-sdk dependency have been edited in order to use rustls instead of native tsl library.
22 lines
607 B
TOML
22 lines
607 B
TOML
[package]
|
|
name = "crieur-chatbot"
|
|
version = "0.1.0"
|
|
authors = ["koalp <koalp@alpaga.dev>"]
|
|
edition = "2018"
|
|
|
|
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
|
|
|
[dependencies]
|
|
anyhow = "1.0.40"
|
|
dotenv = "0.15.0"
|
|
crieur-retrieve = {version = "0.1.0", path = "../crieur-retrieve"}
|
|
mime = "0.3.16"
|
|
log = "0.4.14"
|
|
|
|
[dependencies.matrix-sdk]
|
|
git = "https://github.com/matrix-org/matrix-rust-sdk"
|
|
rev = "242d46c9a1bf40fa15b5892c2ee81cb0f4508ff4"
|
|
version = "0.2.0"
|
|
default-features = false
|
|
features = ["encryption", "rustls-tls", "require_auth_for_profile_requests"]
|