rustcord/Cargo.toml

18 lines
423 B
TOML
Executable File

[package]
name = "rustcord"
version = "0.2.7"
authors = ["Agatha <EvilDeaaaadd@protonmail.com>"]
edition = "2018"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
serenity = "0.8.0"
rand = "0.7.3"
sys-info = "0.5.9"
urbandict = "0.2.0"
owoify = "0.1.5"
[patch.crates-io]
openssl = { git = "https://github.com/ishitatsuyuki/rust-openssl", branch = "0.9.x" }