20 lines
507 B
TOML
20 lines
507 B
TOML
[package]
|
|
name="tenquestionmarks"
|
|
version="0.0.2"
|
|
authors=["Adrian Malacoda <adrian.malacoda@monarch-pass.net>"]
|
|
|
|
[dependencies]
|
|
hlua = "0.3"
|
|
discord = "0.8.0"
|
|
toml = "0.2.1"
|
|
crossbeam = "0.2"
|
|
rand = "0.3"
|
|
log = "0.3.6"
|
|
env_logger = "0.4.0"
|
|
transformable_channels = "0.1.1"
|
|
time = "0.1"
|
|
regex = "0.2"
|
|
pvn = { git = "http://gitlab.monarch-pass.net/malacoda/pvn.git" }
|
|
echobox = { git = "http://gitlab.monarch-pass.net/malacoda/echobox.git" }
|
|
stc = { git = "http://gitlab.monarch-pass.net/malacoda/stc.git" }
|