RMusicBot/Cargo.toml

16 lines
506 B
TOML
Raw Permalink 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-04-03 09:42:06 +00:00
rusqlite = { version = "*", features = ["bundled"] }
2020-02-09 15:36:33 +00:00
serenity = { version = "0.8", 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 = "*"
2022-09-19 19:20:07 +00:00
anyhow = { version = "*", features = ["backtrace"] }
2019-09-15 11:19:32 +00:00
hey_listen = "*"
2022-05-04 16:33:34 +00:00
rand = "*"