2018-07-30 08:31:50 +00:00
|
|
|
[package]
|
2019-09-23 16:51:58 +00:00
|
|
|
name = "rustcord"
|
2020-06-06 18:34:24 +00:00
|
|
|
version = "1.1.0"
|
2020-05-04 19:01:18 +00:00
|
|
|
authors = ["Agatha Rose <@protonmail.com>"]
|
2019-09-22 21:34:03 +00:00
|
|
|
edition = "2018"
|
|
|
|
|
|
|
|
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
2018-07-30 08:31:50 +00:00
|
|
|
|
|
|
|
[dependencies]
|
2020-05-20 13:39:58 +00:00
|
|
|
serenity = "0.8.6"
|
2020-03-01 12:08:49 +00:00
|
|
|
rand = "0.7.3"
|
2020-03-27 23:30:58 +00:00
|
|
|
toml = "0.5.6"
|
2020-05-20 13:39:58 +00:00
|
|
|
sys-info = "0.6.1"
|
2018-08-09 16:56:26 +00:00
|
|
|
urbandict = "0.2.0"
|
2020-03-01 12:08:49 +00:00
|
|
|
owoify = "0.1.5"
|
2020-04-02 23:01:53 +00:00
|
|
|
lazy_static = "1.4.0"
|
2020-04-22 18:56:01 +00:00
|
|
|
colored = "1.9.3"
|
2020-06-04 14:46:47 +00:00
|
|
|
brainfrick = "1.1.0"
|
2020-03-01 12:08:49 +00:00
|
|
|
|
|
|
|
[patch.crates-io]
|
|
|
|
openssl = { git = "https://github.com/ishitatsuyuki/rust-openssl", branch = "0.9.x" }
|
2020-03-27 23:30:58 +00:00
|
|
|
|
|
|
|
[dependencies.serde]
|
2020-05-20 13:39:58 +00:00
|
|
|
version = "1.0.110"
|
2020-03-27 23:30:58 +00:00
|
|
|
features = ["derive"]
|