mrsbfh

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

commit 16eae43531081e3902b950bb9070884aeab0bf50
parent a3fc5fd6c1c1956f71c4932d309916b50cf44299
Author: donicrosby <donicrosby1995@gmail.com>
Date:   Wed, 10 Nov 2021 19:24:34 -0500

Fix Cargo.toml whitespace

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

diff --git a/mrsbfh/Cargo.toml b/mrsbfh/Cargo.toml @@ -13,7 +13,7 @@ readme = "../README.md" [dependencies.matrix-sdk] version = "0.4.1" default_features = false -features = ["encryption", "sled_cryptostore", "sled_state_store", "require_auth_for_profile_requests"] +#features = ["encryption", "sled_cryptostore", "sled_state_store", "require_auth_for_profile_requests"] [dependencies] url = "2.2.1" @@ -23,7 +23,7 @@ thiserror = "1.0" # Command macros mrsbfh-macros = {version = "0.2.0", path = "../mrsbfh-macros", optional = true} -tokio = { version = "1", features =["rt", "rt-multi-thread", "macros"]} +tokio = { version = "1", features = ["rt", "rt-multi-thread", "macros"] } tracing = "0.1" serde = "1.0"