2017-02-08 03:25:03 -06:00
|
|
|
[package]
|
|
|
|
name="tenquestionmarks"
|
2018-05-06 03:44:43 -05:00
|
|
|
version="0.0.4"
|
2017-02-08 03:25:03 -06:00
|
|
|
authors=["Adrian Malacoda <adrian.malacoda@monarch-pass.net>"]
|
|
|
|
|
|
|
|
[dependencies]
|
2018-02-18 16:29:30 -06:00
|
|
|
hlua = "0.4.1"
|
2023-03-13 00:21:50 -05:00
|
|
|
#discord = { git = "https://github.com/tinaun/discord-rs", branch = "async_internals" }
|
|
|
|
#discord = "0.8.1"
|
2018-02-18 16:29:30 -06:00
|
|
|
toml = "0.4.5"
|
|
|
|
crossbeam = "0.3.2"
|
|
|
|
rand = "0.4.2"
|
|
|
|
log = "0.4.1"
|
|
|
|
env_logger = "0.5.3"
|
2017-02-25 21:11:25 -06:00
|
|
|
transformable_channels = "0.1.1"
|
2017-02-25 23:34:01 -06:00
|
|
|
time = "0.1"
|
2018-05-06 03:44:43 -05:00
|
|
|
regex = "^1"
|
2018-02-22 01:09:39 -06:00
|
|
|
multimap = "0.4.0"
|
2018-02-25 02:52:40 -06:00
|
|
|
notify = "4.0.0"
|
2018-05-06 03:44:43 -05:00
|
|
|
irc = "0.13.5"
|
2018-02-25 04:47:04 -06:00
|
|
|
thread_local = "0.3"
|
2023-03-13 00:21:50 -05:00
|
|
|
pvn = { git = "https://forge.ds8.zone/beyond/pvn.git" }
|
|
|
|
echobox = { git = "https://forge.ds8.zone/beyond/echobox.git" }
|
|
|
|
stc = { git = "https://forge.ds8.zone/beyond/stc.git" }
|
|
|
|
#i-can-has-cat = { git = "https://forge.ds8.zone/beyond/i-can-has-cat.git" }
|
|
|
|
#wow-such-doge = { git = "https://forge.ds8.zone/beyond/wow-such-doge.git" }
|