tenquestionmarks/Cargo.toml
2018-02-25 04:47:04 -06:00

24 lines
659 B
TOML

[package]
name="tenquestionmarks"
version="0.0.3"
authors=["Adrian Malacoda <adrian.malacoda@monarch-pass.net>"]
[dependencies]
hlua = "0.4.1"
discord = "0.8.0"
toml = "0.4.5"
crossbeam = "0.3.2"
rand = "0.4.2"
log = "0.4.1"
env_logger = "0.5.3"
transformable_channels = "0.1.1"
time = "0.1"
regex = "0.2"
multimap = "0.4.0"
notify = "4.0.0"
irc = "0.11.8" # latest version which supports old openssl version (required by discord)
thread_local = "0.3"
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" }