RMusicBot/Cargo.toml

17 lines
537 B
TOML
Raw Normal View History

2018-08-13 16:45:49 +00:00
[package]
name = "RMusicBot"
2019-04-03 09:42:06 +00:00
edition = "2018"
2018-08-13 16:45:49 +00:00
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 = "*"
2019-09-14 14:34:00 +00:00
utilities = { git = "http://dimov.cloud/hodasemi/utilities" }
2019-04-03 09:42:06 +00:00
rusqlite = { version = "*", features = ["bundled"] }
2019-09-14 14:34:00 +00:00
serenity = { version = "0.7", default-features = false, features = [ "builder", "cache", "client", "framework", "gateway", "model", "standard_framework", "utils", "voice", "rustls_backend"]}
2019-07-12 12:41:51 +00:00
parking_lot = "*"
2019-09-14 14:34:00 +00:00
failure = "*"
2019-09-15 11:19:32 +00:00
hey_listen = "*"
white_rabbit = "*"