rustcord/Cargo.toml

15 lines
306 B
TOML
Raw Normal View History

2018-07-30 08:31:50 +00:00
[package]
name = "rustcord"
2020-01-16 20:40:12 +00:00
version = "0.2.7"
2020-01-10 22:05:55 +00:00
authors = ["Agatha <@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]
2019-10-13 18:05:01 +00:00
serenity = "0.7.1"
2019-09-22 21:34:03 +00:00
rand = "0.7.2"
sys-info = "0.5.8"
2018-08-09 16:56:26 +00:00
urbandict = "0.2.0"
2019-08-01 20:44:32 +00:00
owoify = "0.1.4"