Files
billbot/Cargo.toml
Colin 07a4bf9116 minimal bot which responds to pings (in unencrypted rooms only)
run with:
```
$ nix develop
$ cargo build
$ BILLBOT_PASSWORD=foo ./target/debug/billbot
```
2023-04-01 16:03:57 +00:00

12 lines
285 B
TOML

[package]
name = "billbot"
version = "0.1.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
anyhow = "1.0"
matrix-sdk = "0.6.2"
tokio = { version = "1.20.1", features = ["macros", "rt-multi-thread"] }