rustcord/Cargo.toml

23 lines
502 B
TOML
Executable File

[package]
name = "rustcord"
version = "0.3.0"
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"
toml = "0.5.6"
sys-info = "0.6.0"
urbandict = "0.2.0"
owoify = "0.1.5"
[patch.crates-io]
openssl = { git = "https://github.com/ishitatsuyuki/rust-openssl", branch = "0.9.x" }
[dependencies.serde]
version = "1.0.105"
features = ["derive"]