Files
gdriver2/gdriver-backend/Cargo.toml
2026-01-26 20:23:39 +01:00

24 lines
602 B
TOML

[package]
name = "gdriver-backend"
version = "0.1.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
fuser = { version = "0.16.0", default-features = true, features = ["serializable"] }
tracing.workspace = true
tokio.workspace = true
serde.workspace = true
tarpc.workspace = true
futures.workspace = true
chrono.workspace = true
google-drive3.workspace = true
uuid = { version = "1.7.0", features = ["v4", "serde"] }
yup-oauth2 = "12.1.2"
thiserror = "2.0.18"
[dependencies.gdriver-common]
path = "../gdriver-common"