-
- Téléchargements
Initial commit: The bot can sign in as a user with a passowrd
parent
Aucune branche associée trouvée
Aucune étiquette associée trouvée
.gitignore
0 → 100644
Cargo.lock
0 → 100644
Ce diff est replié.
Cargo.toml
0 → 100644
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html | |||
[package] | |||
name = "mgb" | |||
version = "0.1.0" | |||
authors = ["Maël 'Kubat' Martin <mael.martin31@gmail.com>"] | |||
edition = "2018" | |||
[profile.release] | |||
panic = 'abort' | |||
[dependencies] | |||
matrix-sdk = "0.4.1" | |||
tokio = { version = "1", features = ["rt", "rt-multi-thread", "sync", "macros"] } | |||
rust-ini = "0.17" | |||
url = "2.2.2" |
README.md
0 → 100644
src/main.rs
0 → 100644
Veuillez vous inscrire ou vous se connecter pour commenter