Files
gdriver2/gdriver-backend/Cargo.toml
2024-04-14 02:07:39 +02:00

22 lines
473 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 = "1.4.0"
thiserror = "1.0.56"
google-drive3 = "5.0.4"
const_format = "0.2"
[dependencies.gdriver-common]
path = "../gdriver-common"