Files
gdriver2/gdriver-backend/Cargo.toml
2026-01-25 12:24:06 +01:00

22 lines
517 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.14", 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
yup-oauth2 = "8.3"
[dependencies.gdriver-common]
path = "../gdriver-common"