Configure host and port via external file
This commit is contained in:
@ -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"
|
||||
|
||||
Reference in New Issue
Block a user