-
-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* move to json messages * wip * . * . * wip * . * . * . * . * . * todo fix planner * . * versions update * misc
- Loading branch information
1 parent
d2114fe
commit 1fa1ab5
Showing
37 changed files
with
389 additions
and
430 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,22 +1,21 @@ | ||
[package] | ||
name = "zawgl-client" | ||
version = "0.1.5" | ||
authors = ["Alexandre RICCIARDI <alexandre.ricciardi@pm.me>"] | ||
authors = ["Alexandre RICCIARDI <aricciardi501@gmail.com>"] | ||
edition = "2021" | ||
description = "Zawgl Graph Database Client" | ||
license = "MIT" | ||
[lib] | ||
name = "zawgl_client" | ||
|
||
[dependencies] | ||
tokio-tungstenite = "0.21.0" | ||
tokio-tungstenite = "0.24.0" | ||
tokio = { version = "1.28.1", features = ["full"] } | ||
futures-util = "^0.3" | ||
log = "0.4" | ||
simple_logger = "5.0.0" | ||
serde_json = "1.0" | ||
parking_lot = "0.12.1" | ||
bson = "2.0.1" | ||
serde_json = "1.0.128" | ||
url = "2.2.2" | ||
futures-channel = "0.3.21" | ||
uuid = { version = "1.1.2", features = ["v4"] } |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.