Files
gdriver2/gdriver-common/Cargo.toml
OMGeeky 1f8105943c Initial prototype
This prototype has basic IPC working, with starting actions and waiting for actions or just getting information
2024-01-31 15:38:52 +01:00

18 lines
410 B
TOML

[package]
name = "gdriver-common"
version = "0.1.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
serde.workspace = true
tarpc.workspace = true
tokio.workspace = true
futures.workspace = true
lazy_static.workspace = true
confique={ version = "0.2" }
#[patch.crates-io]
#confique = {path="~/Documents/git/OMGeeky/confique "}