summaryrefslogtreecommitdiff
path: root/Cargo.toml
blob: 5ddfba62752ab99fc77e58b2da4d1b18dd52c76c (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
[package]
name = "matrix-zizek-bot"
version = "0.1.0"
edition = "2018"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
config = "0.11"
matrix_bot_api = "0.5.1"
rand = "0.8.4"