mirror of
https://github.com/OMGeeky/gdriver2.git
synced 2026-02-15 22:14:31 +01:00
22 lines
524 B
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"
|