RMusicBot/Cargo.toml

14 lines
452 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 = "*"
2018-11-14 15:43:53 +00:00
rand = "0.6"
2019-04-03 09:42:06 +00:00
rusqlite = { version = "*", features = ["bundled"] }
2019-07-12 06:57:21 +00:00
serenity = { version = "0.6", default-features = false, features = [ "builder", "cache", "client", "framework", "gateway", "model", "standard_framework", "utils", "voice", "rustls_backend"]}
parking_lot = { version = "*" }