mirror of
https://github.com/OMGeeky/gdriver2.git
synced 2026-02-15 07:34:51 +01:00
25 lines
632 B
TOML
25 lines
632 B
TOML
[package]
|
|
name = "gdriver-common"
|
|
version = "0.1.0"
|
|
edition = "2024"
|
|
|
|
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
|
|
|
[dependencies]
|
|
serde.workspace = true
|
|
tarpc.workspace = true
|
|
tracing.workspace = true
|
|
libc.workspace = true
|
|
tokio.workspace = true
|
|
futures.workspace = true
|
|
lazy_static.workspace = true
|
|
tracing-subscriber.workspace = true
|
|
google-drive3.workspace = true
|
|
confique = { version = "0.4.0", features = ["toml"] }
|
|
thiserror = "2.0.18"
|
|
anyhow = "1.0.79"
|
|
directories = "6.0.0"
|
|
serde_json = "1.0.111"
|
|
#[patch.crates-io]
|
|
#confique = {path="~/Documents/git/OMGeeky/confique "}
|