RMusicBot/Cargo.toml

29 lines
478 B
TOML
Raw Normal View History

2018-08-13 16:45:49 +00:00
[package]
name = "RMusicBot"
version = "0.1.0"
authors = ["hodasemi <michaelh.95@t-online.de>"]
[dependencies]
typemap = "~0.3"
2018-08-14 16:42:53 +00:00
serde_json = "*"
2018-08-13 16:45:49 +00:00
[dependencies.serenity]
default-features = false
features = [
"builder",
"cache",
"client",
"framework",
"gateway",
"model",
"standard_framework",
"utils",
"voice"
]
version = "0.5"
git = "https://github.com/hodasemi/serenity.git"
branch = "current"
2018-08-13 16:45:49 +00:00
2018-08-14 16:42:53 +00:00
[dependencies.parking_lot]
version = "^0.5"