Files
gdriver2/gdriver-common/Cargo.toml
OMGeeky 3c37a55991 first basic implementation of functionality
(mounting, & getting changes)
2024-04-14 02:09:18 +02:00

23 lines
535 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
tracing.workspace = true
tarpc.workspace = true
tokio.workspace = true
futures.workspace = true
lazy_static.workspace = true
confique = { version = "0.2" }
thiserror = "1.0"
anyhow = "1.0"
directories = "5.0"
serde_json = "1.0"
tracing-subscriber = "0.3"
#[patch.crates-io]
#confique = {path="~/Documents/git/OMGeeky/confique "}