This repository has been archived on 2023-08-08. You can view files and clone it, but cannot push or open issues/pull-requests.
mochiless/Cargo.toml

12 lines
427 B
TOML

[package]
name = "mochiless"
version = "0.1.0"
authors = ["Wynd"]
edition = "2021"
[dependencies]
tokio = { version = "1.18.1", features = ["macros", "rt-multi-thread"] }
serenity = { version = "0.11.1", default-features = false, features = ["client", "gateway", "rustls_backend", "model", "framework", "standard_framework"] }
dotenv = { version = "0.15.0" }
regex = { version = "1.5.5" }
lazy_static = { version = "1.4.0" }