🚧 Work on session<->comp IPC
This commit is contained in:
parent
a732dafc36
commit
09b03fda1a
2 changed files with 56 additions and 30 deletions
|
|
@ -10,8 +10,10 @@ publish = false
|
|||
[dependencies]
|
||||
async-signals = "0.4"
|
||||
color-eyre = "0.6"
|
||||
futures-util = "0.3.21"
|
||||
futures-util = "0.3"
|
||||
libc = "0.2"
|
||||
serde = { version = "1", features = ["derive"] }
|
||||
serde_json = "1"
|
||||
tokio = { version = "1", features = ["full"] }
|
||||
tokio-util = "0.7"
|
||||
tracing = "0.1"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue