15 lines
318 B
TOML
Executable File
15 lines
318 B
TOML
Executable File
[package]
|
|
name = "rustcord"
|
|
version = "0.2.7"
|
|
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.7.1"
|
|
rand = "0.7.2"
|
|
sys-info = "0.5.8"
|
|
urbandict = "0.2.0"
|
|
owoify = "0.1.4"
|