mirror of
https://github.com/OMGeeky/gdriver2.git
synced 2026-01-04 02:34:56 +01:00
23 lines
503 B
TOML
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"
|