Beginning of rust implementation for tenquestionmarks.

This commit is contained in:
Adrian Malacoda
2017-02-08 03:25:03 -06:00
parent a3bed71cdd
commit a31b060dd3
10 changed files with 254 additions and 0 deletions

9
Cargo.toml Normal file
View File

@@ -0,0 +1,9 @@
[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"