config store & event loop with reconn
This commit is contained in:
+8
-3
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user