mirror of
https://github.com/ZeroTier/ZeroTierOne
synced 2025-08-20 05:13:58 -07:00
gcloud-pubsub only if ztcontroller is flagged
This commit is contained in:
parent
f9500ca5ff
commit
44d0e81572
1 changed files with 2 additions and 1 deletions
|
@ -14,6 +14,7 @@ ztcontroller = [
|
||||||
"dep:temporal-sdk",
|
"dep:temporal-sdk",
|
||||||
"dep:temporal-client",
|
"dep:temporal-client",
|
||||||
"dep:temporal-sdk-core-protos",
|
"dep:temporal-sdk-core-protos",
|
||||||
|
"dep:gcloud-pubsub",
|
||||||
]
|
]
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
|
@ -37,7 +38,7 @@ jwt = { version = "0.16", git = "https://github.com/glimberg/rust-jwt" }
|
||||||
time = { version = "~0.3", features = ["formatting"] }
|
time = { version = "~0.3", features = ["formatting"] }
|
||||||
bytes = "1.3"
|
bytes = "1.3"
|
||||||
thiserror = "1"
|
thiserror = "1"
|
||||||
gcloud-pubsub = { version = "1.3.0" }
|
gcloud-pubsub = { version = "1.3.0", optional = true }
|
||||||
|
|
||||||
[build-dependencies]
|
[build-dependencies]
|
||||||
cbindgen = "0.29"
|
cbindgen = "0.29"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue