mirror of
https://github.com/OMGeeky/gdriver2.git
synced 2025-12-27 06:29:37 +01:00
This prototype has basic IPC working, with starting actions and waiting for actions or just getting information
21 lines
510 B
TOML
21 lines
510 B
TOML
[workspace]
|
|
members = [
|
|
"gdriver-common",
|
|
"gdriver-backend",
|
|
"gdriver-client",
|
|
]
|
|
resolver="2"
|
|
|
|
[workspace.dependencies]
|
|
tracing="0.1"
|
|
tokio={ version = "1.35", features = ["rt-multi-thread", "tracing", "fs", "macros"] }
|
|
serde={ version = "1.0", features = ["serde_derive"] }
|
|
tarpc = { version = "0.34", features = ["full"] }
|
|
futures="0.3"
|
|
lazy_static="1.4"
|
|
chrono="0.4"
|
|
|
|
[patch.crates-io]
|
|
#tarpc = {path = "../../Documents/git/OMGeeky/tarpc/tarpc/"}
|
|
tarpc = {git = "https://github.com/google/tarpc.git"}
|