websockets based IPC added in order to bind GUI/app together
This commit is contained in:
parent
88ecf21b2c
commit
9b310fd831
15 changed files with 1069 additions and 47 deletions
|
|
@ -8,7 +8,7 @@ edition.workspace = true
|
|||
|
||||
[dependencies]
|
||||
jarvis-core = { path = "../jarvis-core", default-features = false, features = ["intent"]}
|
||||
tokio = { version = "1", features = ["rt-multi-thread", "macros"] }
|
||||
tokio = { version = "1", features = ["rt-multi-thread", "sync", "macros"] }
|
||||
log.workspace = true
|
||||
env_logger = "0.11"
|
||||
parking_lot.workspace = true
|
||||
Loading…
Add table
Add a link
Reference in a new issue