Configure host and port via external file

This commit is contained in:
Martin Barksten
2016-09-26 11:41:06 +02:00
parent dce423481a
commit 576d4d6975
5 changed files with 537 additions and 8 deletions

View File

@ -1,7 +1,7 @@
[package]
name = "snakebot_rust"
version = "1.0.0"
authors = ["Martin Barksten <martin.barksten@gmail.com>"]
authors = ["Martin Barksten <martin.barksten@cygni.com>"]
[dependencies]
ws = "0.5.2"
@ -13,3 +13,4 @@ log = "0.3.6"
log4rs = { version = "0.4.6", features = ["toml"] }
target_info = "0.1.0"
rustc_version = "0.1.0"
config = "0.1.3"