mrsbfh

Matrix-Rust-SDK-Bot-Framework-Helper
git clone git://archive.git.mtrnord.blog/MTRNord/mrsbfh.git
Log | Files | Refs | README

commit f6b0213517c3a470448833c620559bdafee30c86
parent 821926312b1265978bf4a8deb200d7c930d194e1
Author: donicrosby <donicrosby1995@gmail.com>
Date:   Fri, 22 Oct 2021 22:57:54 -0400

Framework now allows users to decide matrix-sdk features

Diffstat:
Mmrsbfh/Cargo.toml | 3+++
1 file changed, 3 insertions(+), 0 deletions(-)

diff --git a/mrsbfh/Cargo.toml b/mrsbfh/Cargo.toml @@ -7,8 +7,11 @@ edition = "2021" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html + [dependencies.matrix-sdk] version = "0.3" +# No defaults so that end user can add compiletime flags +default-features = false [dependencies] url = "2.2.1"