rustcord/Cargo.toml

31 lines
667 B
TOML
Executable File

[package]
name = "rustcord"
version = "2.0.0"
authors = ["Agatha Rose <agatharose@wantscuddl.es>"]
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.7.0"
urbandict = "0.2.0"
owoify = "0.1.5"
lazy_static = "1.4.0"
colored = "1.9.3"
brainfrick = "1.1.0"
percent-encoding = "2.1.0"
[patch.crates-io]
openssl = { git = "https://github.com/ishitatsuyuki/rust-openssl", branch = "0.9.x" }
[dependencies.serde]
version = "1.0.111"
features = ["derive"]
[dependencies.reqwest]
version = "0.10.6"
features = ["blocking", "json"]