config store & event loop with reconn

This commit is contained in:
2021-08-21 22:35:01 +02:00
parent 1ea3aa7cb0
commit 5a631f785e
8 changed files with 1249 additions and 87 deletions
+8 -3
View File
@@ -10,10 +10,11 @@ build = "build.rs"
[dependencies]
#elefren = { version = "0.22.0", features = ["toml"] }
#elefren = { path = "../elefren22-fork", features = ["toml"] }
elefren = { git = "https://git.ondrovo.com/MightyPork/elefren-fork.git", features = ["toml"] }
elefren = { path = "../elefren22-fork" }
#elefren = { git = "https://git.ondrovo.com/MightyPork/elefren-fork.git", features = ["toml"] }
env_logger = "0.9.0"
simple-logging = "2.0.2"
#elefren = { path = "../elefren-fork" }
log = "0.4.14"
serde = "1"
@@ -21,6 +22,10 @@ serde_json = "1"
smart-default = "0.6.0"
anyhow = "1"
clap = "2.33.0"
tokio = { version = "1", features = ["full"] }
tokio-stream = "0.1.7"
thiserror = "1.0.26"
futures = "0.3"
native-tls = "0.2.8"
websocket = "0.26.2"