Files
gdriver2/gdriver-backend/Cargo.toml

22 lines
524 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
yup-oauth2 = "12.1.2"
[dependencies.gdriver-common]
path = "../gdriver-common"