2017-02-08 03:25:03 -06:00
|
|
|
[package]
|
|
|
|
name="tenquestionmarks"
|
|
|
|
version="0.0.1"
|
|
|
|
authors=["Adrian Malacoda <adrian.malacoda@monarch-pass.net>"]
|
|
|
|
|
|
|
|
[dependencies]
|
|
|
|
hlua = "0.3"
|
|
|
|
discord = "0.7.0"
|
|
|
|
toml = "0.2.1"
|
2017-02-13 00:22:06 -06:00
|
|
|
crossbeam = "0.2"
|
2017-02-17 02:38:15 -06:00
|
|
|
rand = "0.3"
|
|
|
|
log = "0.3.6"
|
|
|
|
env_logger = "0.4.0"
|
2017-02-25 21:11:25 -06:00
|
|
|
transformable_channels = "0.1.1"
|
2017-02-25 23:34:01 -06:00
|
|
|
time = "0.1"
|
2017-02-26 17:17:22 -06:00
|
|
|
regex = "0.2"
|
2017-02-19 04:49:26 -06:00
|
|
|
pvn = { git = "http://gitlab.monarch-pass.net/malacoda/pvn.git" }
|
2017-02-22 23:40:30 -06:00
|
|
|
echobox = { git = "http://gitlab.monarch-pass.net/malacoda/echobox.git" }
|
2017-02-26 17:17:22 -06:00
|
|
|
#stc = { git = "http://gitlab.monarch-pass.net/malacoda/stc.git" }
|