[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" dirs = "3.0" matrix-sdk = "0.3.0" rand = "0.8.4" tokio = { version = "1.9.0", features = ["macros", "rt-multi-thread"] } tracing-subscriber = "0.2.19" url = "2.2.2"