rustcord/Cargo.toml

26 lines
568 B
TOML
Executable File

[package]
name = "rustcord"
version = "1.1.0"
authors = ["Agatha Rose <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.6"
rand = "0.7.3"
toml = "0.5.6"
sys-info = "0.6.1"
urbandict = "0.2.0"
owoify = "0.1.5"
lazy_static = "1.4.0"
colored = "1.9.3"
brainfrick = "1.1.0"
[patch.crates-io]
openssl = { git = "https://github.com/ishitatsuyuki/rust-openssl", branch = "0.9.x" }
[dependencies.serde]
version = "1.0.110"
features = ["derive"]