mirror of
https://github.com/OMGeeky/gdriver2.git
synced 2026-01-08 12:37:16 +01:00
This prototype has basic IPC working, with starting actions and waiting for actions or just getting information
15 lines
312 B
TOML
15 lines
312 B
TOML
[package]
|
|
name = "gdriver-client"
|
|
version = "0.1.0"
|
|
edition = "2021"
|
|
|
|
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
|
|
|
[dependencies]
|
|
tarpc.workspace = true
|
|
tokio.workspace = true
|
|
futures-sink = "0.3.30"
|
|
|
|
[dependencies.gdriver-common]
|
|
path = "../gdriver-common/"
|