rustcord/Cargo.toml

15 lines
300 B
TOML
Raw Normal View History

2018-07-30 08:31:50 +00:00
[package]
name = "rustcord"
2019-09-22 22:11:57 +00:00
version = "0.2.2"
2018-07-30 08:31:50 +00:00
authors = [" <@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-09-22 21:34:03 +00:00
serenity = "0.7.0"
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"