Refactor basic euphoria connection
This commit is contained in:
parent
2a8b466fa1
commit
d5c61081bd
4 changed files with 257 additions and 538 deletions
|
|
@ -5,10 +5,13 @@ edition = "2021"
|
|||
|
||||
[dependencies]
|
||||
caseless = "0.2.1"
|
||||
futures-util = "0.3.31"
|
||||
jiff = { version = "0.1.15", default-features = false, features = ["std"] }
|
||||
log = "0.4.22"
|
||||
serde = { version = "1.0.215", features = ["derive"] }
|
||||
serde_json = "1.0.133"
|
||||
tokio = { version = "1.42.0", features = ["sync", "time"] }
|
||||
tokio = { version = "1.42.0", features = ["macros", "sync", "time"] }
|
||||
tokio-tungstenite = "0.24.0"
|
||||
unicode-normalization = "0.1.24"
|
||||
|
||||
[lints]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue