Files
gdriver2/gdriver-backend/Cargo.toml
2024-04-14 23:24:09 +02:00

23 lines
503 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]
tracing.workspace = true
tokio.workspace = true
serde.workspace = true
tarpc.workspace = true
futures.workspace = true
chrono.workspace = true
lazy_static.workspace = true
thiserror = "1.0.56"
google-drive3 = "5.0.4"
const_format = "0.2"
serde_json = "1.0.115"
[dependencies.gdriver-common]
path = "../gdriver-common"