From 928afe0807eadadc58107379ae39849cadcc39a0 Mon Sep 17 00:00:00 2001 From: Nathan Flurry Date: Wed, 20 Nov 2024 13:48:43 -0800 Subject: [PATCH] chore: switch all workspace deps to use *.workspace = true --- Cargo.lock | 1 + Cargo.toml | 32 +++ packages/api/actor/Cargo.toml | 90 ++++----- packages/api/auth/Cargo.toml | 58 +++--- packages/api/cf-verification/Cargo.toml | 28 +-- packages/api/cloud/Cargo.toml | 182 +++++++++--------- packages/api/games/Cargo.toml | 82 ++++---- packages/api/group/Cargo.toml | 66 +++---- packages/api/identity/Cargo.toml | 86 ++++----- packages/api/job/Cargo.toml | 32 +-- packages/api/matchmaker/Cargo.toml | 92 ++++----- packages/api/monolith-edge/Cargo.toml | 14 +- packages/api/monolith-public/Cargo.toml | 34 ++-- packages/api/portal/Cargo.toml | 44 ++--- packages/api/provision/Cargo.toml | 22 +-- packages/api/status/Cargo.toml | 38 ++-- packages/api/traefik-provider/Cargo.toml | 52 ++--- packages/api/ui/Cargo.toml | 24 +-- packages/common/api-helper/build/Cargo.toml | 38 ++-- packages/common/cache/build/Cargo.toml | 14 +- packages/common/cache/result/Cargo.toml | 2 +- .../common/chirp-workflow/core/Cargo.toml | 26 +-- packages/common/chirp/client/Cargo.toml | 16 +- packages/common/chirp/metrics/Cargo.toml | 2 +- packages/common/chirp/perf/Cargo.toml | 8 +- .../common/chirp/worker-attributes/Cargo.toml | 2 +- packages/common/chirp/worker/Cargo.toml | 34 ++-- packages/common/claims/Cargo.toml | 6 +- packages/common/config/Cargo.toml | 2 +- packages/common/connection/Cargo.toml | 12 +- packages/common/convert/Cargo.toml | 64 +++--- packages/common/global-error/Cargo.toml | 4 +- packages/common/health-checks/Cargo.toml | 8 +- packages/common/metrics/Cargo.toml | 6 +- packages/common/migrate/Cargo.toml | 6 +- packages/common/nomad-util/Cargo.toml | 6 +- packages/common/operation/core/Cargo.toml | 24 +-- packages/common/pools/Cargo.toml | 6 +- packages/common/runtime/Cargo.toml | 2 +- packages/common/s3-util/Cargo.toml | 6 +- packages/common/service-manager/Cargo.toml | 10 +- packages/common/test/Cargo.toml | 2 +- packages/common/types-proto/build/Cargo.toml | 2 +- packages/common/types-proto/core/Cargo.toml | 4 +- packages/common/util/core/Cargo.toml | 10 +- .../infra/client/isolate-v8-runner/Cargo.toml | 2 +- packages/infra/client/manager/Cargo.toml | 2 +- packages/infra/server/Cargo.toml | 76 ++++---- packages/services/build/Cargo.toml | 32 +-- packages/services/build/ops/create/Cargo.toml | 24 +-- packages/services/build/ops/get/Cargo.toml | 10 +- .../build/ops/list-for-env/Cargo.toml | 10 +- .../build/ops/list-for-game/Cargo.toml | 10 +- .../standalone/default-create/Cargo.toml | 18 +- packages/services/build/util/Cargo.toml | 2 +- .../ops/hcaptcha-config-get/Cargo.toml | 8 +- .../captcha/ops/hcaptcha-verify/Cargo.toml | 6 +- .../services/captcha/ops/request/Cargo.toml | 8 +- .../ops/turnstile-config-get/Cargo.toml | 8 +- .../captcha/ops/turnstile-verify/Cargo.toml | 6 +- .../services/captcha/ops/verify/Cargo.toml | 16 +- packages/services/captcha/util/Cargo.toml | 2 +- .../ops/namespace-auth-user-remove/Cargo.toml | 10 +- .../ops/namespace-auth-user-update/Cargo.toml | 8 +- .../cdn/ops/namespace-create/Cargo.toml | 6 +- .../ops/namespace-domain-create/Cargo.toml | 12 +- .../ops/namespace-domain-remove/Cargo.toml | 14 +- .../services/cdn/ops/namespace-get/Cargo.toml | 12 +- .../ops/namespace-resolve-domain/Cargo.toml | 10 +- .../cdn/ops/ns-auth-type-set/Cargo.toml | 8 +- .../Cargo.toml | 8 +- .../services/cdn/ops/site-create/Cargo.toml | 16 +- packages/services/cdn/ops/site-get/Cargo.toml | 10 +- .../cdn/ops/site-list-for-game/Cargo.toml | 10 +- .../services/cdn/ops/version-get/Cargo.toml | 10 +- .../cdn/ops/version-prepare/Cargo.toml | 14 +- .../cdn/ops/version-publish/Cargo.toml | 12 +- packages/services/cdn/worker/Cargo.toml | 28 +-- .../cf-custom-hostname/ops/get/Cargo.toml | 6 +- .../ops/list-for-namespace-id/Cargo.toml | 6 +- .../ops/resolve-hostname/Cargo.toml | 6 +- .../cf-custom-hostname/worker/Cargo.toml | 30 +-- .../cloud/ops/device-link-create/Cargo.toml | 10 +- .../cloud/ops/game-config-create/Cargo.toml | 6 +- .../cloud/ops/game-config-get/Cargo.toml | 8 +- .../cloud/ops/game-token-create/Cargo.toml | 10 +- .../cloud/ops/namespace-create/Cargo.toml | 20 +- .../cloud/ops/namespace-get/Cargo.toml | 18 +- .../Cargo.toml | 14 +- .../namespace-token-public-create/Cargo.toml | 14 +- .../services/cloud/ops/version-get/Cargo.toml | 20 +- .../cloud/ops/version-publish/Cargo.toml | 28 +-- .../standalone/default-create/Cargo.toml | 34 ++-- packages/services/cloud/worker/Cargo.toml | 16 +- packages/services/cluster/Cargo.toml | 24 +-- .../datacenter-tls-renew/Cargo.toml | 16 +- .../standalone/default-update/Cargo.toml | 14 +- .../services/cluster/standalone/gc/Cargo.toml | 16 +- .../standalone/metrics-publish/Cargo.toml | 16 +- .../ops/list-for-game/Cargo.toml | 12 +- .../ops/upload-complete/Cargo.toml | 12 +- .../services/debug/ops/email-res/Cargo.toml | 8 +- .../services/ds-log/ops/export/Cargo.toml | 10 +- packages/services/ds-log/ops/read/Cargo.toml | 6 +- packages/services/ds/Cargo.toml | 66 +++---- packages/services/dynamic-config/Cargo.toml | 6 +- .../ops/complete/Cargo.toml | 10 +- .../email-verification/ops/create/Cargo.toml | 16 +- packages/services/email/ops/send/Cargo.toml | 6 +- .../external/ops/request-validate/Cargo.toml | 6 +- packages/services/external/worker/Cargo.toml | 14 +- packages/services/faker/ops/build/Cargo.toml | 10 +- .../services/faker/ops/cdn-site/Cargo.toml | 12 +- .../faker/ops/game-namespace/Cargo.toml | 12 +- .../faker/ops/game-version/Cargo.toml | 24 +-- packages/services/faker/ops/game/Cargo.toml | 20 +- .../services/faker/ops/job-run/Cargo.toml | 16 +- .../faker/ops/job-template/Cargo.toml | 8 +- .../faker/ops/mm-lobby-row/Cargo.toml | 8 +- .../services/faker/ops/mm-lobby/Cargo.toml | 26 +-- .../services/faker/ops/mm-player/Cargo.toml | 8 +- packages/services/faker/ops/region/Cargo.toml | 10 +- packages/services/faker/ops/team/Cargo.toml | 10 +- packages/services/faker/ops/user/Cargo.toml | 8 +- .../ops/banner-upload-complete/Cargo.toml | 14 +- packages/services/game/ops/create/Cargo.toml | 18 +- packages/services/game/ops/get/Cargo.toml | 14 +- .../services/game/ops/list-all/Cargo.toml | 6 +- .../game/ops/list-for-team/Cargo.toml | 10 +- .../game/ops/logo-upload-complete/Cargo.toml | 14 +- .../game/ops/namespace-create/Cargo.toml | 12 +- .../game/ops/namespace-get/Cargo.toml | 12 +- .../game/ops/namespace-list/Cargo.toml | 12 +- .../ops/namespace-resolve-name-id/Cargo.toml | 12 +- .../game/ops/namespace-resolve-url/Cargo.toml | 24 +-- .../game/ops/namespace-validate/Cargo.toml | 10 +- .../namespace-version-history-list/Cargo.toml | 6 +- .../game/ops/namespace-version-set/Cargo.toml | 18 +- .../services/game/ops/recommend/Cargo.toml | 8 +- .../game/ops/resolve-name-id/Cargo.toml | 10 +- .../game/ops/resolve-namespace-id/Cargo.toml | 12 +- .../ops/token-development-validate/Cargo.toml | 6 +- .../services/game/ops/validate/Cargo.toml | 8 +- .../game/ops/version-create/Cargo.toml | 12 +- .../services/game/ops/version-get/Cargo.toml | 10 +- .../services/game/ops/version-list/Cargo.toml | 10 +- .../game/ops/version-validate/Cargo.toml | 24 +-- packages/services/ip/ops/info/Cargo.toml | 6 +- packages/services/job-log/ops/read/Cargo.toml | 6 +- packages/services/job-log/worker/Cargo.toml | 20 +- packages/services/job-run/Cargo.toml | 32 +-- .../services/job/standalone/gc/Cargo.toml | 28 +-- packages/services/linode/Cargo.toml | 6 +- .../services/linode/standalone/gc/Cargo.toml | 18 +- .../load-test/standalone/api-cloud/Cargo.toml | 22 +-- .../standalone/mm-sustain/Cargo.toml | 42 ++-- .../load-test/standalone/mm/Cargo.toml | 32 +-- .../load-test/standalone/sqlx/Cargo.toml | 22 +-- .../standalone/watch-requests/Cargo.toml | 22 +-- .../mm-config/ops/game-get/Cargo.toml | 6 +- .../mm-config/ops/game-upsert/Cargo.toml | 6 +- .../mm-config/ops/lobby-group-get/Cargo.toml | 12 +- .../lobby-group-resolve-name-id/Cargo.toml | 16 +- .../lobby-group-resolve-version/Cargo.toml | 12 +- .../ops/namespace-config-set/Cargo.toml | 12 +- .../ops/namespace-config-validate/Cargo.toml | 6 +- .../mm-config/ops/namespace-create/Cargo.toml | 6 +- .../mm-config/ops/namespace-get/Cargo.toml | 8 +- .../mm-config/ops/version-get/Cargo.toml | 18 +- .../mm-config/ops/version-prepare/Cargo.toml | 32 +-- .../mm-config/ops/version-publish/Cargo.toml | 16 +- .../mm/ops/dev-player-token-create/Cargo.toml | 8 +- .../mm/ops/lobby-find-fail/Cargo.toml | 8 +- .../lobby-find-lobby-query-list/Cargo.toml | 8 +- .../mm/ops/lobby-find-try-complete/Cargo.toml | 8 +- .../mm/ops/lobby-for-run-id/Cargo.toml | 8 +- packages/services/mm/ops/lobby-get/Cargo.toml | 8 +- .../services/mm/ops/lobby-history/Cargo.toml | 8 +- .../mm/ops/lobby-idle-update/Cargo.toml | 24 +-- .../ops/lobby-list-for-namespace/Cargo.toml | 10 +- .../mm/ops/lobby-list-for-user-id/Cargo.toml | 8 +- .../mm/ops/lobby-player-count/Cargo.toml | 10 +- .../mm/ops/lobby-runtime-aggregate/Cargo.toml | 22 +-- .../mm/ops/lobby-state-get/Cargo.toml | 10 +- .../ops/player-count-for-namespace/Cargo.toml | 10 +- .../services/mm/ops/player-get/Cargo.toml | 8 +- packages/services/mm/standalone/gc/Cargo.toml | 26 +-- packages/services/mm/util/Cargo.toml | 14 +- packages/services/mm/worker/Cargo.toml | 104 +++++----- .../monolith/standalone/worker/Cargo.toml | 38 ++-- .../standalone/workflow-worker/Cargo.toml | 20 +- .../nomad/standalone/monitor/Cargo.toml | 28 +-- packages/services/pegboard/Cargo.toml | 8 +- .../pegboard/standalone/dc-init/Cargo.toml | 16 +- .../pegboard/standalone/gc/Cargo.toml | 16 +- .../pegboard/standalone/ws/Cargo.toml | 16 +- packages/services/region/ops/get/Cargo.toml | 12 +- .../region/ops/list-for-game/Cargo.toml | 12 +- packages/services/region/ops/list/Cargo.toml | 12 +- .../services/region/ops/recommend/Cargo.toml | 12 +- .../region/ops/resolve-for-game/Cargo.toml | 16 +- .../services/region/ops/resolve/Cargo.toml | 16 +- packages/services/server-spec/Cargo.toml | 6 +- .../services/team-invite/ops/get/Cargo.toml | 6 +- .../services/team-invite/worker/Cargo.toml | 18 +- .../ops/avatar-upload-complete/Cargo.toml | 14 +- packages/services/team/ops/get/Cargo.toml | 10 +- .../team/ops/join-request-list/Cargo.toml | 6 +- .../services/team/ops/member-count/Cargo.toml | 6 +- .../services/team/ops/member-get/Cargo.toml | 6 +- .../services/team/ops/member-list/Cargo.toml | 6 +- .../ops/member-relationship-get/Cargo.toml | 8 +- .../team/ops/profile-validate/Cargo.toml | 6 +- .../services/team/ops/recommend/Cargo.toml | 6 +- .../team/ops/resolve-display-name/Cargo.toml | 10 +- .../services/team/ops/user-ban-get/Cargo.toml | 6 +- .../team/ops/user-ban-list/Cargo.toml | 6 +- .../services/team/ops/validate/Cargo.toml | 8 +- packages/services/team/util/Cargo.toml | 2 +- packages/services/team/worker/Cargo.toml | 30 +-- .../telemetry/standalone/beacon/Cargo.toml | 36 ++-- packages/services/tier/Cargo.toml | 10 +- packages/services/token/ops/create/Cargo.toml | 8 +- .../services/token/ops/exchange/Cargo.toml | 8 +- packages/services/token/ops/get/Cargo.toml | 8 +- packages/services/token/ops/revoke/Cargo.toml | 8 +- .../services/upload/ops/complete/Cargo.toml | 12 +- .../services/upload/ops/file-list/Cargo.toml | 6 +- packages/services/upload/ops/get/Cargo.toml | 8 +- .../upload/ops/list-for-user/Cargo.toml | 8 +- .../services/upload/ops/prepare/Cargo.toml | 12 +- packages/services/upload/worker/Cargo.toml | 20 +- .../user-identity/ops/create/Cargo.toml | 8 +- .../user-identity/ops/delete/Cargo.toml | 10 +- .../services/user-identity/ops/get/Cargo.toml | 14 +- packages/services/user/Cargo.toml | 10 +- .../ops/avatar-upload-complete/Cargo.toml | 14 +- packages/services/user/ops/get/Cargo.toml | 12 +- .../user/ops/pending-delete-toggle/Cargo.toml | 12 +- .../user/ops/profile-validate/Cargo.toml | 10 +- .../user/ops/resolve-email/Cargo.toml | 10 +- .../services/user/ops/team-list/Cargo.toml | 6 +- .../services/user/ops/token-create/Cargo.toml | 10 +- .../user/standalone/delete-pending/Cargo.toml | 14 +- packages/services/user/worker/Cargo.toml | 40 ++-- .../workflow/standalone/gc/Cargo.toml | 16 +- .../standalone/metrics-publish/Cargo.toml | 14 +- scripts/cargo/update_workspace.ts | 20 ++ 248 files changed, 2096 insertions(+), 2043 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 19d21e3bd..440b760a8 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2556,6 +2556,7 @@ dependencies = [ "cloud-game-config-create", "cloud-namespace-create", "cloud-version-publish", + "ds", "game-create", "game-namespace-create", "game-namespace-resolve-name-id", diff --git a/Cargo.toml b/Cargo.toml index af00c60df..fc2e7c97b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -46,9 +46,17 @@ path = "packages/common/connection" [workspace.dependencies.rivet-util] path = "packages/common/util/core" +[workspace.dependencies.util] +package = "rivet-util" +path = "packages/common/util/core" + [workspace.dependencies.rivet-util-search] path = "packages/common/util/search" +[workspace.dependencies.util-search] +package = "rivet-util-search" +path = "packages/common/util/search" + [workspace.dependencies.rivet-util-macros] path = "packages/common/util/macros" @@ -484,6 +492,10 @@ path = "packages/services/team-invite/worker" [workspace.dependencies.rivet-util-captcha] path = "packages/services/captcha/util" +[workspace.dependencies.util-captcha] +package = "rivet-util-captcha" +path = "packages/services/captcha/util" + [workspace.dependencies.captcha-hcaptcha-config-get] path = "packages/services/captcha/ops/hcaptcha-config-get" @@ -562,6 +574,10 @@ path = "packages/services/nomad/standalone/monitor" [workspace.dependencies.rivet-util-cdn] path = "packages/services/cdn/util" +[workspace.dependencies.util-cdn] +package = "rivet-util-cdn" +path = "packages/services/cdn/util" + [workspace.dependencies.cdn-site-get] path = "packages/services/cdn/ops/site-get" @@ -613,6 +629,10 @@ path = "packages/services/cdn/worker" [workspace.dependencies.rivet-util-team] path = "packages/services/team/util" +[workspace.dependencies.util-team] +package = "rivet-util-team" +path = "packages/services/team/util" + [workspace.dependencies.team-validate] path = "packages/services/team/ops/validate" @@ -709,12 +729,20 @@ path = "packages/services/cloud/worker" [workspace.dependencies.rivet-util-job] path = "packages/services/job/util" +[workspace.dependencies.util-job] +package = "rivet-util-job" +path = "packages/services/job/util" + [workspace.dependencies.job-gc] path = "packages/services/job/standalone/gc" [workspace.dependencies.rivet-util-mm] path = "packages/services/mm/util" +[workspace.dependencies.util-mm] +package = "rivet-util-mm" +path = "packages/services/mm/util" + [workspace.dependencies.mm-gc] path = "packages/services/mm/standalone/gc" @@ -781,6 +809,10 @@ path = "packages/services/build" [workspace.dependencies.rivet-util-build] path = "packages/services/build/util" +[workspace.dependencies.util-build] +package = "rivet-util-build" +path = "packages/services/build/util" + [workspace.dependencies.build-default-create] path = "packages/services/build/standalone/default-create" diff --git a/packages/api/actor/Cargo.toml b/packages/api/actor/Cargo.toml index afa13f672..b2e0e7508 100644 --- a/packages/api/actor/Cargo.toml +++ b/packages/api/actor/Cargo.toml @@ -6,20 +6,20 @@ license.workspace = true edition.workspace = true [dependencies] -api-helper = { path = "../../common/api-helper/build" } -chirp-client = { path = "../../common/chirp/client" } -rivet-operation = { path = "../../common/operation/core" } +api-helper.workspace = true +chirp-client.workspace = true +rivet-operation.workspace = true chrono = "0.4" http = "0.2" hyper = { version = "0.14", features = ["server", "http1", "stream", "tcp"] } lazy_static = "1.4" -rivet-api = { path = "../../../sdks/full/rust" } -rivet-cache = { path = "../../common/cache/build" } -rivet-claims = { path = "../../common/claims" } -rivet-health-checks = { path = "../../common/health-checks" } -rivet-convert = { path = "../../common/convert" } -rivet-pools = { path = "../../common/pools" } -s3-util = { path = "../../common/s3-util" } +rivet-api.workspace = true +rivet-cache.workspace = true +rivet-claims.workspace = true +rivet-health-checks.workspace = true +rivet-convert.workspace = true +rivet-pools.workspace = true +s3-util.workspace = true serde = { version = "1.0", features = ["derive"] } serde_json = "1.0" base64 = "0.13" @@ -28,44 +28,44 @@ tracing = "0.1" tracing-futures = "0.2" tracing-subscriber = { version = "0.3", default-features = false, features = ["fmt", "json", "ansi"] } url = "2.2.2" -util-team = { package = "rivet-util-team", path = "../../services/team/util" } +util-team.workspace = true uuid = { version = "1", features = ["v4"] } -build-create = { path = "../../services/build/ops/create" } -build-get = { path = "../../services/build/ops/get" } -build-list-for-env = { path = "../../services/build/ops/list-for-env" } -cluster = { path = "../../services/cluster" } -build = { path = "../../services/build" } -ds = { path = "../../services/ds" } -ds-log-read = { path = "../../services/ds-log/ops/read" } -ds-log-export = { path = "../../services/ds-log/ops/export" } -game-get = { path = "../../services/game/ops/get" } -game-namespace-get = { path = "../../services/game/ops/namespace-get" } -game-version-get = { path = "../../services/game/ops/version-get" } -team-get = { path = "../../services/team/ops/get" } -token-create = { path = "../../services/token/ops/create" } -token-revoke = { path = "../../services/token/ops/revoke" } -upload-complete = { path = "../../services/upload/ops/complete" } -upload-get = { path = "../../services/upload/ops/get" } -user-get = { path = "../../services/user/ops/get" } -user-identity-get = { path = "../../services/user-identity/ops/get" } -user-team-list = { path = "../../services/user/ops/team-list" } -rivet-config = { path = "../../common/config" } -rivet-env = { path = "../../common/env" } -game-resolve-name-id = { version = "0.0.1", path = "../../services/game/ops/resolve-name-id" } -game-namespace-resolve-name-id = { version = "0.0.1", path = "../../services/game/ops/namespace-resolve-name-id" } +build-create.workspace = true +build-get.workspace = true +build-list-for-env.workspace = true +cluster.workspace = true +build.workspace = true +ds.workspace = true +ds-log-read.workspace = true +ds-log-export.workspace = true +game-get.workspace = true +game-namespace-get.workspace = true +game-version-get.workspace = true +team-get.workspace = true +token-create.workspace = true +token-revoke.workspace = true +upload-complete.workspace = true +upload-get.workspace = true +user-get.workspace = true +user-identity-get.workspace = true +user-team-list.workspace = true +rivet-config.workspace = true +rivet-env.workspace = true +game-resolve-name-id = { version = "0.0.1", workspace = true } +game-namespace-resolve-name-id = { version = "0.0.1", workspace = true } [dev-dependencies] -rivet-connection = { path = "../../common/connection" } +rivet-connection.workspace = true reqwest = "0.11" -cdn-namespace-domain-create = { path = "../../services/cdn/ops/namespace-domain-create" } -cloud-namespace-token-development-create = { path = "../../services/cloud/ops/namespace-token-development-create" } -cloud-namespace-token-public-create = { path = "../../services/cloud/ops/namespace-token-public-create" } -faker-build = { path = "../../services/faker/ops/build" } -faker-game = { path = "../../services/faker/ops/game" } -faker-game-namespace = { path = "../../services/faker/ops/game-namespace" } -faker-game-version = { path = "../../services/faker/ops/game-version" } -faker-region = { path = "../../services/faker/ops/region" } -game-get = { path = "../../services/game/ops/get" } -region-get = { path = "../../services/region/ops/get" } +cdn-namespace-domain-create.workspace = true +cloud-namespace-token-development-create.workspace = true +cloud-namespace-token-public-create.workspace = true +faker-build.workspace = true +faker-game.workspace = true +faker-game-namespace.workspace = true +faker-game-version.workspace = true +faker-region.workspace = true +game-get.workspace = true +region-get.workspace = true diff --git a/packages/api/auth/Cargo.toml b/packages/api/auth/Cargo.toml index c71d44d73..6c402dece 100644 --- a/packages/api/auth/Cargo.toml +++ b/packages/api/auth/Cargo.toml @@ -6,22 +6,22 @@ license.workspace = true edition.workspace = true [dependencies] -rivet-convert = { path = "../../common/convert" } -api-helper = { path = "../../common/api-helper/build" } +rivet-convert.workspace = true +api-helper.workspace = true async-trait = "0.1" -chirp-client = { path = "../../common/chirp/client" } -rivet-operation = { path = "../../common/operation/core" } +chirp-client.workspace = true +rivet-operation.workspace = true chrono = "0.4" headers = "0.3" http = "0.2" hyper = { version = "0.14", features = ["server", "http1", "stream", "tcp"] } lazy_static = "1.4" prost = "0.10" -rivet-auth-server = { path = "../../common/smithy-output/api-auth/rust-server" } -rivet-cache = { path = "../../common/cache/build" } -rivet-claims = { path = "../../common/claims" } -rivet-health-checks = { path = "../../common/health-checks" } -rivet-pools = { path = "../../common/pools" } +rivet-auth-server.workspace = true +rivet-cache.workspace = true +rivet-claims.workspace = true +rivet-health-checks.workspace = true +rivet-pools.workspace = true serde = { version = "1.0", features = ["derive"] } serde_json = "1.0" thiserror = "1.0" @@ -30,27 +30,27 @@ tracing = "0.1" tracing-subscriber = { version = "0.3", default-features = false, features = ["fmt", "json", "ansi"] } url = "2.2.2" uuid = { version = "1", features = ["v4"] } -rivet-api = { path = "../../../sdks/full/rust" } +rivet-api.workspace = true -user-get = { path = "../../services/user/ops/get" } -token-revoke = { path = "../../services/token/ops/revoke" } -captcha-verify = { path = "../../services/captcha/ops/verify" } -email-verification-create = { path = "../../services/email-verification/ops/create" } -email-verification-complete = { path = "../../services/email-verification/ops/complete" } -user-resolve-email = { path = "../../services/user/ops/resolve-email" } -user-token-create = { path = "../../services/user/ops/token-create" } -user-identity-create = { path = "../../services/user-identity/ops/create" } -token-create = { path = "../../services/token/ops/create" } -rivet-config = { path = "../../common/config" } -rivet-env = { path = "../../common/env" } -user = { path = "../../services/user" } -chirp-workflow = { path = "../../common/chirp-workflow/core" } +user-get.workspace = true +token-revoke.workspace = true +captcha-verify.workspace = true +email-verification-create.workspace = true +email-verification-complete.workspace = true +user-resolve-email.workspace = true +user-token-create.workspace = true +user-identity-create.workspace = true +token-create.workspace = true +rivet-config.workspace = true +rivet-env.workspace = true +user.workspace = true +chirp-workflow.workspace = true [dev-dependencies] -rivet-auth = { path = "../../common/smithy-output/api-auth/rust" } -rivet-connection = { path = "../../common/connection" } +rivet-auth.workspace = true +rivet-connection.workspace = true -faker-user = { path = "../../services/faker/ops/user" } -user-token-create = { path = "../../services/user/ops/token-create" } -debug-email-res = { path = "../../services/debug/ops/email-res" } -user-identity-get = { path = "../../services/user-identity/ops/get" } +faker-user.workspace = true +user-token-create.workspace = true +debug-email-res.workspace = true +user-identity-get.workspace = true diff --git a/packages/api/cf-verification/Cargo.toml b/packages/api/cf-verification/Cargo.toml index a885a23dd..b56521713 100644 --- a/packages/api/cf-verification/Cargo.toml +++ b/packages/api/cf-verification/Cargo.toml @@ -6,21 +6,21 @@ license.workspace = true edition.workspace = true [dependencies] -api-helper = { path = "../../common/api-helper/build" } +api-helper.workspace = true async-trait = "0.1" bytes = "1.0.1" -chirp-client = { path = "../../common/chirp/client" } -rivet-operation = { path = "../../common/operation/core" } +chirp-client.workspace = true +rivet-operation.workspace = true chrono = "0.4" http = "0.2" hyper = { version = "0.14", features = ["server", "http1", "tcp"] } lazy_static = "1.4" prost = "0.10" -rivet-cache = { path = "../../common/cache/build" } -rivet-cf-verification-server = { path = "../../common/smithy-output/api-cf-verification/rust-server" } -rivet-claims = { path = "../../common/claims" } -rivet-health-checks = { path = "../../common/health-checks" } -rivet-pools = { path = "../../common/pools" } +rivet-cache.workspace = true +rivet-cf-verification-server.workspace = true +rivet-claims.workspace = true +rivet-health-checks.workspace = true +rivet-pools.workspace = true serde = { version = "1.0", features = ["derive"] } serde_json = "1.0" thiserror = "1.0" @@ -34,12 +34,12 @@ tracing-subscriber = { version = "0.3", default-features = false, features = [ url = "2.2.2" uuid = { version = "1", features = ["v4"] } -cf-custom-hostname-get = { path = "../../services/cf-custom-hostname/ops/get" } -rivet-config = { path = "../../common/config" } -rivet-env = { path = "../../common/env" } +cf-custom-hostname-get.workspace = true +rivet-config.workspace = true +rivet-env.workspace = true [dev-dependencies] -rivet-cf-verification = { path = "../../common/smithy-output/api-cf-verification/rust" } -rivet-connection = { path = "../../common/connection" } +rivet-cf-verification.workspace = true +rivet-connection.workspace = true -faker-game = { path = "../../services/faker/ops/game" } +faker-game.workspace = true diff --git a/packages/api/cloud/Cargo.toml b/packages/api/cloud/Cargo.toml index 45614858d..1b4748f45 100644 --- a/packages/api/cloud/Cargo.toml +++ b/packages/api/cloud/Cargo.toml @@ -6,11 +6,11 @@ license.workspace = true edition.workspace = true [dependencies] -api-helper = { path = "../../common/api-helper/build" } +api-helper.workspace = true async-trait = "0.1" base64 = "0.13" bytes = "1.0" -chirp-client = { path = "../../common/chirp/client" } +chirp-client.workspace = true chrono = "0.4" futures-util = "0.3" http = "0.2" @@ -19,14 +19,14 @@ lazy_static = "1.4" prost = "0.10" rand = "0.8" reqwest = "0.11" -rivet-api = { path = "../../../sdks/full/rust" } -rivet-cache = { path = "../../common/cache/build" } -rivet-claims = { path = "../../common/claims" } -rivet-convert = { path = "../../common/convert" } -rivet-health-checks = { path = "../../common/health-checks" } -rivet-operation = { path = "../../common/operation/core" } -rivet-pools = { path = "../../common/pools" } -s3-util = { path = "../../common/s3-util" } +rivet-api.workspace = true +rivet-cache.workspace = true +rivet-claims.workspace = true +rivet-convert.workspace = true +rivet-health-checks.workspace = true +rivet-operation.workspace = true +rivet-pools.workspace = true +s3-util.workspace = true serde = { version = "1.0", features = ["derive"] } serde_json = "1.0" thiserror = "1.0" @@ -34,90 +34,90 @@ tokio = { version = "1.40" } tracing = "0.1" tracing-subscriber = { version = "0.3", default-features = false, features = ["fmt", "json", "ansi"] } url = "2.2.2" -util-job = { package = "rivet-util-job", path = "../../services/job/util" } -util-mm = { package = "rivet-util-mm", path = "../../services/mm/util" } -util-team = { package = "rivet-util-team", path = "../../services/team/util" } +util-job.workspace = true +util-mm.workspace = true +util-team.workspace = true uuid = { version = "1", features = ["v4"] } -build-create = { path = "../../services/build/ops/create" } -build-get = { path = "../../services/build/ops/get" } -build-list-for-game = { path = "../../services/build/ops/list-for-game" } -cdn-namespace-auth-user-remove = { path = "../../services/cdn/ops/namespace-auth-user-remove" } -cdn-namespace-auth-user-update = { path = "../../services/cdn/ops/namespace-auth-user-update" } -cdn-namespace-domain-create = { path = "../../services/cdn/ops/namespace-domain-create" } -cdn-namespace-domain-remove = { path = "../../services/cdn/ops/namespace-domain-remove" } -cdn-ns-auth-type-set = { path = "../../services/cdn/ops/ns-auth-type-set" } -cdn-ns-enable-domain-public-auth-set = { path = "../../services/cdn/ops/ns-enable-domain-public-auth-set" } -cdn-site-create = { path = "../../services/cdn/ops/site-create" } -cdn-site-get = { path = "../../services/cdn/ops/site-get" } -cdn-site-list-for-game = { path = "../../services/cdn/ops/site-list-for-game" } -cf-custom-hostname-list-for-namespace-id = { path = "../../services/cf-custom-hostname/ops/list-for-namespace-id" } -cloud-device-link-create = { path = "../../services/cloud/ops/device-link-create" } -cloud-game-config-create = { path = "../../services/cloud/ops/game-config-create" } -cloud-game-config-get = { path = "../../services/cloud/ops/game-config-get" } -cloud-game-token-create = { path = "../../services/cloud/ops/game-token-create" } -cloud-namespace-create = { path = "../../services/cloud/ops/namespace-create" } -cloud-namespace-get = { path = "../../services/cloud/ops/namespace-get" } -cloud-namespace-token-development-create = { path = "../../services/cloud/ops/namespace-token-development-create" } -cloud-namespace-token-public-create = { path = "../../services/cloud/ops/namespace-token-public-create" } -cloud-version-get = { path = "../../services/cloud/ops/version-get" } -cloud-version-publish = { path = "../../services/cloud/ops/version-publish" } -cluster = { path = "../../services/cluster" } -custom-user-avatar-list-for-game = { path = "../../services/custom-user-avatar/ops/list-for-game" } -custom-user-avatar-upload-complete = { path = "../../services/custom-user-avatar/ops/upload-complete" } -game-banner-upload-complete = { path = "../../services/game/ops/banner-upload-complete" } -game-create = { path = "../../services/game/ops/create" } -game-get = { path = "../../services/game/ops/get" } -game-list-for-team = { path = "../../services/game/ops/list-for-team" } -game-logo-upload-complete = { path = "../../services/game/ops/logo-upload-complete" } -game-namespace-create = { path = "../../services/game/ops/namespace-create" } -game-namespace-get = { path = "../../services/game/ops/namespace-get" } -game-namespace-list = { path = "../../services/game/ops/namespace-list" } -game-namespace-validate = { path = "../../services/game/ops/namespace-validate" } -game-namespace-version-history-list = { path = "../../services/game/ops/namespace-version-history-list" } -game-namespace-version-set = { path = "../../services/game/ops/namespace-version-set" } -game-resolve-namespace-id = { path = "../../services/game/ops/resolve-namespace-id" } -game-token-development-validate = { path = "../../services/game/ops/token-development-validate" } -game-validate = { path = "../../services/game/ops/validate" } -game-version-get = { path = "../../services/game/ops/version-get" } -game-version-list = { path = "../../services/game/ops/version-list" } -game-version-validate = { path = "../../services/game/ops/version-validate" } -job-run = { path = "../../services/job-run" } -mm-config-lobby-group-get = { path = "../../services/mm-config/ops/lobby-group-get" } -mm-config-lobby-group-resolve-version = { path = "../../services/mm-config/ops/lobby-group-resolve-version" } -mm-config-namespace-config-set = { path = "../../services/mm-config/ops/namespace-config-set" } -mm-config-namespace-config-validate = { path = "../../services/mm-config/ops/namespace-config-validate" } -mm-config-version-get = { path = "../../services/mm-config/ops/version-get" } -mm-lobby-get = { path = "../../services/mm/ops/lobby-get" } -mm-lobby-history = { path = "../../services/mm/ops/lobby-history" } -mm-lobby-list-for-namespace = { path = "../../services/mm/ops/lobby-list-for-namespace" } -mm-lobby-player-count = { path = "../../services/mm/ops/lobby-player-count" } -mm-lobby-runtime-aggregate = { path = "../../services/mm/ops/lobby-runtime-aggregate" } -mm-player-count-for-namespace = { path = "../../services/mm/ops/player-count-for-namespace" } -job-log-read = { path = "../../services/job-log/ops/read" } -region-get = { path = "../../services/region/ops/get" } -region-list-for-game = { path = "../../services/region/ops/list-for-game" } -team-get = { path = "../../services/team/ops/get" } -team-member-count = { path = "../../services/team/ops/member-count" } -team-validate = { path = "../../services/team/ops/validate" } -tier = { path = "../../services/tier" } -token-create = { path = "../../services/token/ops/create" } -token-revoke = { path = "../../services/token/ops/revoke" } -upload-complete = { path = "../../services/upload/ops/complete" } -upload-file-list = { path = "../../services/upload/ops/file-list" } -upload-get = { path = "../../services/upload/ops/get" } -upload-prepare = { path = "../../services/upload/ops/prepare" } -user-get = { path = "../../services/user/ops/get" } -user-identity-get = { path = "../../services/user-identity/ops/get" } -user-team-list = { path = "../../services/user/ops/team-list" } -rivet-config = { path = "../../common/config" } -rivet-env = { path = "../../common/env" } +build-create.workspace = true +build-get.workspace = true +build-list-for-game.workspace = true +cdn-namespace-auth-user-remove.workspace = true +cdn-namespace-auth-user-update.workspace = true +cdn-namespace-domain-create.workspace = true +cdn-namespace-domain-remove.workspace = true +cdn-ns-auth-type-set.workspace = true +cdn-ns-enable-domain-public-auth-set.workspace = true +cdn-site-create.workspace = true +cdn-site-get.workspace = true +cdn-site-list-for-game.workspace = true +cf-custom-hostname-list-for-namespace-id.workspace = true +cloud-device-link-create.workspace = true +cloud-game-config-create.workspace = true +cloud-game-config-get.workspace = true +cloud-game-token-create.workspace = true +cloud-namespace-create.workspace = true +cloud-namespace-get.workspace = true +cloud-namespace-token-development-create.workspace = true +cloud-namespace-token-public-create.workspace = true +cloud-version-get.workspace = true +cloud-version-publish.workspace = true +cluster.workspace = true +custom-user-avatar-list-for-game.workspace = true +custom-user-avatar-upload-complete.workspace = true +game-banner-upload-complete.workspace = true +game-create.workspace = true +game-get.workspace = true +game-list-for-team.workspace = true +game-logo-upload-complete.workspace = true +game-namespace-create.workspace = true +game-namespace-get.workspace = true +game-namespace-list.workspace = true +game-namespace-validate.workspace = true +game-namespace-version-history-list.workspace = true +game-namespace-version-set.workspace = true +game-resolve-namespace-id.workspace = true +game-token-development-validate.workspace = true +game-validate.workspace = true +game-version-get.workspace = true +game-version-list.workspace = true +game-version-validate.workspace = true +job-run.workspace = true +mm-config-lobby-group-get.workspace = true +mm-config-lobby-group-resolve-version.workspace = true +mm-config-namespace-config-set.workspace = true +mm-config-namespace-config-validate.workspace = true +mm-config-version-get.workspace = true +mm-lobby-get.workspace = true +mm-lobby-history.workspace = true +mm-lobby-list-for-namespace.workspace = true +mm-lobby-player-count.workspace = true +mm-lobby-runtime-aggregate.workspace = true +mm-player-count-for-namespace.workspace = true +job-log-read.workspace = true +region-get.workspace = true +region-list-for-game.workspace = true +team-get.workspace = true +team-member-count.workspace = true +team-validate.workspace = true +tier.workspace = true +token-create.workspace = true +token-revoke.workspace = true +upload-complete.workspace = true +upload-file-list.workspace = true +upload-get.workspace = true +upload-prepare.workspace = true +user-get.workspace = true +user-identity-get.workspace = true +user-team-list.workspace = true +rivet-config.workspace = true +rivet-env.workspace = true [dev-dependencies] rand = "0.8" -rivet-connection = { path = "../../common/connection" } +rivet-connection.workspace = true -faker-region = { path = "../../services/faker/ops/region" } -faker-team = { path = "../../services/faker/ops/team" } -token-create = { path = "../../services/token/ops/create" } -user-identity-create = { path = "../../services/user-identity/ops/create" } +faker-region.workspace = true +faker-team.workspace = true +token-create.workspace = true +user-identity-create.workspace = true diff --git a/packages/api/games/Cargo.toml b/packages/api/games/Cargo.toml index d0be9934b..fe585e41a 100644 --- a/packages/api/games/Cargo.toml +++ b/packages/api/games/Cargo.toml @@ -6,20 +6,20 @@ license.workspace = true edition.workspace = true [dependencies] -api-helper = { path = "../../common/api-helper/build" } -chirp-client = { path = "../../common/chirp/client" } -rivet-operation = { path = "../../common/operation/core" } +api-helper.workspace = true +chirp-client.workspace = true +rivet-operation.workspace = true chrono = "0.4" http = "0.2" hyper = { version = "0.14", features = ["server", "http1", "stream", "tcp"] } lazy_static = "1.4" -rivet-api = { path = "../../../sdks/full/rust" } -rivet-cache = { path = "../../common/cache/build" } -rivet-claims = { path = "../../common/claims" } -rivet-health-checks = { path = "../../common/health-checks" } -rivet-convert = { path = "../../common/convert" } -rivet-pools = { path = "../../common/pools" } -s3-util = { path = "../../common/s3-util" } +rivet-api.workspace = true +rivet-cache.workspace = true +rivet-claims.workspace = true +rivet-health-checks.workspace = true +rivet-convert.workspace = true +rivet-pools.workspace = true +s3-util.workspace = true serde = { version = "1.0", features = ["derive"] } serde_json = "1.0" base64 = "0.13" @@ -28,40 +28,40 @@ tracing = "0.1" tracing-futures = "0.2" tracing-subscriber = { version = "0.3", default-features = false, features = ["fmt", "json", "ansi"] } url = "2.2.2" -util-team = { package = "rivet-util-team", path = "../../services/team/util" } +util-team.workspace = true uuid = { version = "1", features = ["v4"] } -build-create = { path = "../../services/build/ops/create" } -build-get = { path = "../../services/build/ops/get" } -build-list-for-env = { path = "../../services/build/ops/list-for-env" } -cluster = { path = "../../services/cluster" } -build = { path = "../../services/build" } -ds = { path = "../../services/ds" } -game-get = { path = "../../services/game/ops/get" } -game-namespace-get = { path = "../../services/game/ops/namespace-get" } -game-version-get = { path = "../../services/game/ops/version-get" } -team-get = { path = "../../services/team/ops/get" } -token-revoke = { path = "../../services/token/ops/revoke" } -token-create = { path = "../../services/token/ops/create" } -upload-complete = { path = "../../services/upload/ops/complete" } -upload-get = { path = "../../services/upload/ops/get" } -user-get = { path = "../../services/user/ops/get" } -user-identity-get = { path = "../../services/user-identity/ops/get" } -user-team-list = { path = "../../services/user/ops/team-list" } -rivet-config = { path = "../../common/config" } -rivet-env = { path = "../../common/env" } +build-create.workspace = true +build-get.workspace = true +build-list-for-env.workspace = true +cluster.workspace = true +build.workspace = true +ds.workspace = true +game-get.workspace = true +game-namespace-get.workspace = true +game-version-get.workspace = true +team-get.workspace = true +token-revoke.workspace = true +token-create.workspace = true +upload-complete.workspace = true +upload-get.workspace = true +user-get.workspace = true +user-identity-get.workspace = true +user-team-list.workspace = true +rivet-config.workspace = true +rivet-env.workspace = true [dev-dependencies] -rivet-connection = { path = "../../common/connection" } +rivet-connection.workspace = true reqwest = "0.11" -cdn-namespace-domain-create = { path = "../../services/cdn/ops/namespace-domain-create" } -cloud-namespace-token-development-create = { path = "../../services/cloud/ops/namespace-token-development-create" } -cloud-namespace-token-public-create = { path = "../../services/cloud/ops/namespace-token-public-create" } -faker-build = { path = "../../services/faker/ops/build" } -faker-game = { path = "../../services/faker/ops/game" } -faker-game-namespace = { path = "../../services/faker/ops/game-namespace" } -faker-game-version = { path = "../../services/faker/ops/game-version" } -faker-region = { path = "../../services/faker/ops/region" } -game-get = { path = "../../services/game/ops/get" } -region-get = { path = "../../services/region/ops/get" } +cdn-namespace-domain-create.workspace = true +cloud-namespace-token-development-create.workspace = true +cloud-namespace-token-public-create.workspace = true +faker-build.workspace = true +faker-game.workspace = true +faker-game-namespace.workspace = true +faker-game-version.workspace = true +faker-region.workspace = true +game-get.workspace = true +region-get.workspace = true diff --git a/packages/api/group/Cargo.toml b/packages/api/group/Cargo.toml index 7b5e7a2c7..8ad2bdcc3 100644 --- a/packages/api/group/Cargo.toml +++ b/packages/api/group/Cargo.toml @@ -6,23 +6,23 @@ license.workspace = true edition.workspace = true [dependencies] -rivet-convert = { path = "../../common/convert" } -api-helper = { path = "../../common/api-helper/build" } +rivet-convert.workspace = true +api-helper.workspace = true async-trait = "0.1" -chirp-client = { path = "../../common/chirp/client" } -rivet-operation = { path = "../../common/operation/core" } +chirp-client.workspace = true +rivet-operation.workspace = true chrono = "0.4" futures-util = "0.3" http = "0.2" hyper = { version = "0.14", features = ["server", "http1", "stream", "tcp"] } lazy_static = "1.4" prost = "0.10" -rivet-api = { path = "../../../sdks/full/rust" } -rivet-cache = { path = "../../common/cache/build" } -rivet-claims = { path = "../../common/claims" } -rivet-group-server = { path = "../../common/smithy-output/api-group/rust-server" } -rivet-health-checks = { path = "../../common/health-checks" } -rivet-pools = { path = "../../common/pools" } +rivet-api.workspace = true +rivet-cache.workspace = true +rivet-claims.workspace = true +rivet-group-server.workspace = true +rivet-health-checks.workspace = true +rivet-pools.workspace = true serde = { version = "1.0", features = ["derive"] } serde_json = "1.0" thiserror = "1.0" @@ -36,30 +36,30 @@ tracing-subscriber = { version = "0.3", default-features = false, features = [ url = "2.2.2" uuid = { version = "1", features = ["v4"] } -game-get = { path = "../../services/game/ops/get" } -game-resolve-namespace-id = { path = "../../services/game/ops/resolve-namespace-id" } -team-avatar-upload-complete = { path = "../../services/team/ops/avatar-upload-complete" } -team-get = { path = "../../services/team/ops/get" } -team-invite-get = { path = "../../services/team-invite/ops/get" } -team-join-request-list = { path = "../../services/team/ops/join-request-list" } -team-member-count = { path = "../../services/team/ops/member-count" } -team-member-list = { path = "../../services/team/ops/member-list" } -team-profile-validate = { path = "../../services/team/ops/profile-validate" } -team-recommend = { path = "../../services/team/ops/recommend" } -team-user-ban-get = { path = "../../services/team/ops/user-ban-get" } -team-user-ban-list = { path = "../../services/team/ops/user-ban-list" } -token-revoke = { path = "../../services/token/ops/revoke" } -upload-prepare = { path = "../../services/upload/ops/prepare" } -user-get = { path = "../../services/user/ops/get" } -user-identity-get = { path = "../../services/user-identity/ops/get" } -user-team-list = { path = "../../services/user/ops/team-list" } -rivet-config = { path = "../../common/config" } -rivet-env = { path = "../../common/env" } +game-get.workspace = true +game-resolve-namespace-id.workspace = true +team-avatar-upload-complete.workspace = true +team-get.workspace = true +team-invite-get.workspace = true +team-join-request-list.workspace = true +team-member-count.workspace = true +team-member-list.workspace = true +team-profile-validate.workspace = true +team-recommend.workspace = true +team-user-ban-get.workspace = true +team-user-ban-list.workspace = true +token-revoke.workspace = true +upload-prepare.workspace = true +user-get.workspace = true +user-identity-get.workspace = true +user-team-list.workspace = true +rivet-config.workspace = true +rivet-env.workspace = true [dev-dependencies] -rivet-connection = { path = "../../common/connection" } -rivet-group = { path = "../../common/smithy-output/api-group/rust" } +rivet-connection.workspace = true +rivet-group.workspace = true rand = "0.8" -faker-user = { path = "../../services/faker/ops/user" } -user-token-create = { path = "../../services/user/ops/token-create" } +faker-user.workspace = true +user-token-create.workspace = true diff --git a/packages/api/identity/Cargo.toml b/packages/api/identity/Cargo.toml index 4a4d3dc9b..be42386f2 100644 --- a/packages/api/identity/Cargo.toml +++ b/packages/api/identity/Cargo.toml @@ -6,21 +6,21 @@ license.workspace = true edition.workspace = true [dependencies] -rivet-convert = { path = "../../common/convert" } -api-helper = { path = "../../common/api-helper/build" } +rivet-convert.workspace = true +api-helper.workspace = true async-trait = "0.1" -chirp-client = { path = "../../common/chirp/client" } -rivet-operation = { path = "../../common/operation/core" } +chirp-client.workspace = true +rivet-operation.workspace = true futures-util = "0.3" http = "0.2" hyper = { version = "0.14", features = ["server", "http1", "stream", "tcp"] } lazy_static = "1.4" prost = "0.10" -rivet-api = { path = "../../../sdks/full/rust" } -rivet-cache = { path = "../../common/cache/build" } -rivet-claims = { path = "../../common/claims" } -rivet-health-checks = { path = "../../common/health-checks" } -rivet-pools = { path = "../../common/pools" } +rivet-api.workspace = true +rivet-cache.workspace = true +rivet-claims.workspace = true +rivet-health-checks.workspace = true +rivet-pools.workspace = true serde = { version = "1.0", features = ["derive"] } serde_json = "1.0" thiserror = "1.0" @@ -32,44 +32,44 @@ tracing-subscriber = { version = "0.3", default-features = false, features = [ "ansi", ] } url = "2.2.2" -util-mm = { package = "rivet-util-mm", path = "../../services/mm/util" } +util-mm.workspace = true uuid = { version = "1", features = ["v4"] } -cdn-namespace-get = { path = "../../services/cdn/ops/namespace-get" } -game-get = { path = "../../services/game/ops/get" } -game-namespace-get = { path = "../../services/game/ops/namespace-get" } -game-namespace-resolve-url = { path = "../../services/game/ops/namespace-resolve-url" } -game-resolve-namespace-id = { path = "../../services/game/ops/resolve-namespace-id" } -job-run = { path = "../../services/job-run" } -mm-config-lobby-group-resolve-version = { path = "../../services/mm-config/ops/lobby-group-resolve-version" } -mm-config-version-get = { path = "../../services/mm-config/ops/version-get" } -mm-lobby-get = { path = "../../services/mm/ops/lobby-get" } -region-get = { path = "../../services/region/ops/get" } -team-recommend = { path = "../../services/team/ops/recommend" } -token-create = { path = "../../services/token/ops/create" } -token-get = { path = "../../services/token/ops/get" } -token-revoke = { path = "../../services/token/ops/revoke" } -upload-prepare = { path = "../../services/upload/ops/prepare" } -user-avatar-upload-complete = { path = "../../services/user/ops/avatar-upload-complete" } -user-get = { path = "../../services/user/ops/get" } -user-identity-get = { path = "../../services/user-identity/ops/get" } -user-pending-delete-toggle = { path = "../../services/user/ops/pending-delete-toggle" } -user-profile-validate = { path = "../../services/user/ops/profile-validate" } -rivet-config = { path = "../../common/config" } -rivet-env = { path = "../../common/env" } +cdn-namespace-get.workspace = true +game-get.workspace = true +game-namespace-get.workspace = true +game-namespace-resolve-url.workspace = true +game-resolve-namespace-id.workspace = true +job-run.workspace = true +mm-config-lobby-group-resolve-version.workspace = true +mm-config-version-get.workspace = true +mm-lobby-get.workspace = true +region-get.workspace = true +team-recommend.workspace = true +token-create.workspace = true +token-get.workspace = true +token-revoke.workspace = true +upload-prepare.workspace = true +user-avatar-upload-complete.workspace = true +user-get.workspace = true +user-identity-get.workspace = true +user-pending-delete-toggle.workspace = true +user-profile-validate.workspace = true +rivet-config.workspace = true +rivet-env.workspace = true [dev-dependencies] -rivet-connection = { path = "../../common/connection" } -rivet-identity = { path = "../../common/smithy-output/api-identity/rust" } -util-mm = { package = "rivet-util-mm", path = "../../services/mm/util" } +rivet-connection.workspace = true +rivet-identity.workspace = true +util-mm.workspace = true regex = "1.4" rand = "0.8" -cdn-namespace-domain-create = { path = "../../services/cdn/ops/namespace-domain-create" } -cloud-namespace-token-development-create = { path = "../../services/cloud/ops/namespace-token-development-create" } -faker-build = { path = "../../services/faker/ops/build" } -faker-game = { path = "../../services/faker/ops/game" } -faker-game-namespace = { path = "../../services/faker/ops/game-namespace" } -faker-game-version = { path = "../../services/faker/ops/game-version" } -faker-region = { path = "../../services/faker/ops/region" } -faker-user = { path = "../../services/faker/ops/user" } +cdn-namespace-domain-create.workspace = true +cloud-namespace-token-development-create.workspace = true +faker-build.workspace = true +faker-game.workspace = true +faker-game-namespace.workspace = true +faker-game-version.workspace = true +faker-region.workspace = true +faker-user.workspace = true diff --git a/packages/api/job/Cargo.toml b/packages/api/job/Cargo.toml index 9ae678c30..81c1355b3 100644 --- a/packages/api/job/Cargo.toml +++ b/packages/api/job/Cargo.toml @@ -6,20 +6,20 @@ license.workspace = true edition.workspace = true [dependencies] -api-helper = { path = "../../common/api-helper/build" } +api-helper.workspace = true async-trait = "0.1" -chirp-client = { path = "../../common/chirp/client" } -rivet-operation = { path = "../../common/operation/core" } +chirp-client.workspace = true +rivet-operation.workspace = true chrono = "0.4" http = "0.2" hyper = { version = "0.14", features = ["server", "http1", "stream", "tcp"] } lazy_static = "1.4" prost = "0.10" -rivet-cache = { path = "../../common/cache/build" } -rivet-claims = { path = "../../common/claims" } -rivet-health-checks = { path = "../../common/health-checks" } -rivet-job-server = { path = "../../common/smithy-output/api-job/rust-server" } -rivet-pools = { path = "../../common/pools" } +rivet-cache.workspace = true +rivet-claims.workspace = true +rivet-health-checks.workspace = true +rivet-job-server.workspace = true +rivet-pools.workspace = true serde = { version = "1.0", features = ["derive"] } serde_json = "1.0" thiserror = "1.0" @@ -32,16 +32,16 @@ tracing-subscriber = { version = "0.3", default-features = false, features = [ ] } url = "2.2.2" uuid = { version = "1", features = ["v4"] } -rivet-config = { path = "../../common/config" } -rivet-env = { path = "../../common/env" } +rivet-config.workspace = true +rivet-env.workspace = true [dev-dependencies] -rivet-connection = { path = "../../common/connection" } -rivet-job = { path = "../../common/smithy-output/api-job/rust" } +rivet-connection.workspace = true +rivet-job.workspace = true reqwest = "0.11" -nomad-util = { path = "../../common/nomad-util" } +nomad-util.workspace = true nomad-client = "0.0.9" -faker-job-run = { path = "../../services/faker/ops/job-run" } -job-run = { path = "../../services/job-run" } -token-create = { path = "../../services/token/ops/create" } +faker-job-run.workspace = true +job-run.workspace = true +token-create.workspace = true diff --git a/packages/api/matchmaker/Cargo.toml b/packages/api/matchmaker/Cargo.toml index 59012f4c2..71fa656af 100644 --- a/packages/api/matchmaker/Cargo.toml +++ b/packages/api/matchmaker/Cargo.toml @@ -6,23 +6,23 @@ license.workspace = true edition.workspace = true [dependencies] -rivet-convert = { path = "../../common/convert" } -api-helper = { path = "../../common/api-helper/build" } +rivet-convert.workspace = true +api-helper.workspace = true async-trait = "0.1" bytes = "1.0" -chirp-client = { path = "../../common/chirp/client" } -rivet-operation = { path = "../../common/operation/core" } +chirp-client.workspace = true +rivet-operation.workspace = true chrono = "0.4" http = "0.2" hyper = { version = "0.14", features = ["server", "http1", "stream", "tcp"] } lazy_static = "1.4" prost = "0.10" -rivet-api = { path = "../../../sdks/full/rust" } -rivet-cache = { path = "../../common/cache/build" } -rivet-claims = { path = "../../common/claims" } -rivet-health-checks = { path = "../../common/health-checks" } -rivet-matchmaker-server = { path = "../../common/smithy-output/api-matchmaker/rust-server" } -rivet-pools = { path = "../../common/pools" } +rivet-api.workspace = true +rivet-cache.workspace = true +rivet-claims.workspace = true +rivet-health-checks.workspace = true +rivet-matchmaker-server.workspace = true +rivet-pools.workspace = true serde = { version = "1.0", features = ["derive"] } serde_json = "1.0" thiserror = "1.0" @@ -34,45 +34,45 @@ tracing-subscriber = { version = "0.3", default-features = false, features = [ "ansi", ] } url = "2.2.2" -util-mm = { package = "rivet-util-mm", path = "../../services/mm/util" } +util-mm.workspace = true uuid = { version = "1", features = ["v4"] } -captcha-request = { path = "../../services/captcha/ops/request" } -captcha-turnstile-config-get = { path = "../../services/captcha/ops/turnstile-config-get" } -captcha-verify = { path = "../../services/captcha/ops/verify" } -cdn-namespace-get = { path = "../../services/cdn/ops/namespace-get" } -game-namespace-get = { path = "../../services/game/ops/namespace-get" } -game-namespace-resolve-url = { path = "../../services/game/ops/namespace-resolve-url" } -game-resolve-namespace-id = { path = "../../services/game/ops/resolve-namespace-id" } -captcha-hcaptcha-config-get = { path = "../../services/captcha/ops/hcaptcha-config-get" } -job-run = { path = "../../services/job-run" } -mm-config-lobby-group-resolve-version = { path = "../../services/mm-config/ops/lobby-group-resolve-version" } -mm-config-version-get = { path = "../../services/mm-config/ops/version-get" } -mm-dev-player-token-create = { path = "../../services/mm/ops/dev-player-token-create" } -mm-lobby-get = { path = "../../services/mm/ops/lobby-get" } -mm-lobby-list-for-namespace = { path = "../../services/mm/ops/lobby-list-for-namespace" } -mm-lobby-player-count = { path = "../../services/mm/ops/lobby-player-count" } -mm-lobby-state-get = { path = "../../services/mm/ops/lobby-state-get" } -region-get = { path = "../../services/region/ops/get" } -region-recommend = { path = "../../services/region/ops/recommend" } -region-resolve-for-game = { path = "../../services/region/ops/resolve-for-game" } -token-create = { path = "../../services/token/ops/create" } -token-revoke = { path = "../../services/token/ops/revoke" } -user-identity-get = { path = "../../services/user-identity/ops/get" } -rivet-config = { path = "../../common/config" } -rivet-env = { path = "../../common/env" } +captcha-request.workspace = true +captcha-turnstile-config-get.workspace = true +captcha-verify.workspace = true +cdn-namespace-get.workspace = true +game-namespace-get.workspace = true +game-namespace-resolve-url.workspace = true +game-resolve-namespace-id.workspace = true +captcha-hcaptcha-config-get.workspace = true +job-run.workspace = true +mm-config-lobby-group-resolve-version.workspace = true +mm-config-version-get.workspace = true +mm-dev-player-token-create.workspace = true +mm-lobby-get.workspace = true +mm-lobby-list-for-namespace.workspace = true +mm-lobby-player-count.workspace = true +mm-lobby-state-get.workspace = true +region-get.workspace = true +region-recommend.workspace = true +region-resolve-for-game.workspace = true +token-create.workspace = true +token-revoke.workspace = true +user-identity-get.workspace = true +rivet-config.workspace = true +rivet-env.workspace = true [dev-dependencies] reqwest = "0.11" -rivet-connection = { path = "../../common/connection" } -util-job = { package = "rivet-util-job", path = "../../services/job/util" } +rivet-connection.workspace = true +util-job.workspace = true -cdn-namespace-domain-create = { path = "../../services/cdn/ops/namespace-domain-create" } -cloud-namespace-token-development-create = { path = "../../services/cloud/ops/namespace-token-development-create" } -cloud-namespace-token-public-create = { path = "../../services/cloud/ops/namespace-token-public-create" } -faker-build = { path = "../../services/faker/ops/build" } -faker-game = { path = "../../services/faker/ops/game" } -faker-game-namespace = { path = "../../services/faker/ops/game-namespace" } -faker-game-version = { path = "../../services/faker/ops/game-version" } -faker-region = { path = "../../services/faker/ops/region" } -game-get = { path = "../../services/game/ops/get" } +cdn-namespace-domain-create.workspace = true +cloud-namespace-token-development-create.workspace = true +cloud-namespace-token-public-create.workspace = true +faker-build.workspace = true +faker-game.workspace = true +faker-game-namespace.workspace = true +faker-game-version.workspace = true +faker-region.workspace = true +game-get.workspace = true diff --git a/packages/api/monolith-edge/Cargo.toml b/packages/api/monolith-edge/Cargo.toml index 0ba6af5da..bb47886f1 100644 --- a/packages/api/monolith-edge/Cargo.toml +++ b/packages/api/monolith-edge/Cargo.toml @@ -6,12 +6,12 @@ license.workspace = true edition.workspace = true [dependencies] -api-helper = { path = "../../common/api-helper/build" } +api-helper.workspace = true async-trait = "0.1" -chirp-client = { path = "../../common/chirp/client" } +chirp-client.workspace = true http = "0.2" hyper = { version = "0.14", features = ["server", "http1", "tcp"] } -rivet-operation = { path = "../../common/operation/core" } +rivet-operation.workspace = true tokio = { version = "1.40" } tracing = "0.1" tracing-subscriber = { version = "0.3", default-features = false, features = [ @@ -21,7 +21,7 @@ tracing-subscriber = { version = "0.3", default-features = false, features = [ ] } url = "2.2.2" -api-traefik-provider = { path = "../traefik-provider" } -api-provision = { path = "../provision" } -rivet-config = { path = "../../common/config" } -rivet-env = { path = "../../common/env" } +api-traefik-provider.workspace = true +api-provision.workspace = true +rivet-config.workspace = true +rivet-env.workspace = true diff --git a/packages/api/monolith-public/Cargo.toml b/packages/api/monolith-public/Cargo.toml index 6ea158e86..c8918b016 100644 --- a/packages/api/monolith-public/Cargo.toml +++ b/packages/api/monolith-public/Cargo.toml @@ -6,12 +6,12 @@ license.workspace = true edition.workspace = true [dependencies] -api-helper = { path = "../../common/api-helper/build" } +api-helper.workspace = true async-trait = "0.1" -chirp-client = { path = "../../common/chirp/client" } +chirp-client.workspace = true http = "0.2" hyper = { version = "0.14", features = ["server", "http1", "tcp"] } -rivet-operation = { path = "../../common/operation/core" } +rivet-operation.workspace = true tokio = { version = "1.40" } tracing = "0.1" tracing-subscriber = { version = "0.3", default-features = false, features = [ @@ -21,17 +21,17 @@ tracing-subscriber = { version = "0.3", default-features = false, features = [ ] } url = "2.2.2" -api-actor = { path = "../actor" } -api-auth = { path = "../auth" } -api-cf-verification = { path = "../cf-verification" } -api-cloud = { path = "../cloud" } -api-games = { path = "../games" } -api-group = { path = "../group" } -api-identity = { path = "../identity" } -api-job = { path = "../job" } -api-matchmaker = { path = "../matchmaker" } -api-portal = { path = "../portal" } -api-status = { path = "../status" } -rivet-config = { path = "../../common/config" } -rivet-env = { path = "../../common/env" } -api-ui = { path = "../ui" } +api-actor.workspace = true +api-auth.workspace = true +api-cf-verification.workspace = true +api-cloud.workspace = true +api-games.workspace = true +api-group.workspace = true +api-identity.workspace = true +api-job.workspace = true +api-matchmaker.workspace = true +api-portal.workspace = true +api-status.workspace = true +rivet-config.workspace = true +rivet-env.workspace = true +api-ui.workspace = true diff --git a/packages/api/portal/Cargo.toml b/packages/api/portal/Cargo.toml index 9d5aeb640..ccc62491f 100644 --- a/packages/api/portal/Cargo.toml +++ b/packages/api/portal/Cargo.toml @@ -6,11 +6,11 @@ license.workspace = true edition.workspace = true [dependencies] -rivet-convert = { path = "../../common/convert" } -api-helper = { path = "../../common/api-helper/build" } +rivet-convert.workspace = true +api-helper.workspace = true async-trait = "0.1" -chirp-client = { path = "../../common/chirp/client" } -rivet-operation = { path = "../../common/operation/core" } +chirp-client.workspace = true +rivet-operation.workspace = true chrono = "0.4" futures-util = "0.3" http = "0.2" @@ -18,11 +18,11 @@ hyper = { version = "0.14", features = ["server", "http1", "stream", "tcp"] } lazy_static = "1.4" prost = "0.10" rand = { version = "0.8", features = ["small_rng"] } -rivet-cache = { path = "../../common/cache/build" } -rivet-claims = { path = "../../common/claims" } -rivet-health-checks = { path = "../../common/health-checks" } -rivet-pools = { path = "../../common/pools" } -rivet-portal-server = { path = "../../common/smithy-output/api-portal/rust-server" } +rivet-cache.workspace = true +rivet-claims.workspace = true +rivet-health-checks.workspace = true +rivet-pools.workspace = true +rivet-portal-server.workspace = true serde = { version = "1.0", features = ["derive"] } serde_json = "1.0" thiserror = "1.0" @@ -36,20 +36,20 @@ tracing-subscriber = { version = "0.3", default-features = false, features = [ url = "2.2.2" uuid = { version = "1", features = ["v4"] } -game-get = { path = "../../services/game/ops/get" } -game-resolve-name-id = { path = "../../services/game/ops/resolve-name-id" } -team-get = { path = "../../services/team/ops/get" } -team-member-count = { path = "../../services/team/ops/member-count" } -token-revoke = { path = "../../services/token/ops/revoke" } -user-get = { path = "../../services/user/ops/get" } -user-team-list = { path = "../../services/user/ops/team-list" } -rivet-config = { path = "../../common/config" } -rivet-env = { path = "../../common/env" } +game-get.workspace = true +game-resolve-name-id.workspace = true +team-get.workspace = true +team-member-count.workspace = true +token-revoke.workspace = true +user-get.workspace = true +user-team-list.workspace = true +rivet-config.workspace = true +rivet-env.workspace = true [dev-dependencies] -rivet-connection = { path = "../../common/connection" } -rivet-portal = { path = "../../common/smithy-output/api-portal/rust" } +rivet-connection.workspace = true +rivet-portal.workspace = true regex = "1.4" -faker-user = { path = "../../services/faker/ops/user" } -user-token-create = { path = "../../services/user/ops/token-create" } +faker-user.workspace = true +user-token-create.workspace = true diff --git a/packages/api/provision/Cargo.toml b/packages/api/provision/Cargo.toml index f9da7543d..e5f4c2e1b 100644 --- a/packages/api/provision/Cargo.toml +++ b/packages/api/provision/Cargo.toml @@ -6,20 +6,20 @@ license.workspace = true edition.workspace = true [dependencies] -api-helper = { path = "../../common/api-helper/build" } +api-helper.workspace = true async-trait = "0.1" -chirp-client = { path = "../../common/chirp/client" } -rivet-operation = { path = "../../common/operation/core" } +chirp-client.workspace = true +rivet-operation.workspace = true chrono = "0.4" http = "0.2" hyper = { version = "0.14", features = ["server", "http1", "stream", "tcp"] } lazy_static = "1.4" prost = "0.10" -rivet-api = { path = "../../../sdks/full/rust" } -rivet-cache = { path = "../../common/cache/build" } -rivet-claims = { path = "../../common/claims" } -rivet-health-checks = { path = "../../common/health-checks" } -rivet-pools = { path = "../../common/pools" } +rivet-api.workspace = true +rivet-cache.workspace = true +rivet-claims.workspace = true +rivet-health-checks.workspace = true +rivet-pools.workspace = true serde = { version = "1.0", features = ["derive"] } serde_json = "1.0" thiserror = "1.0" @@ -29,7 +29,7 @@ tracing-subscriber = { version = "0.3", default-features = false, features = ["f url = "2.2.2" uuid = { version = "1", features = ["v4"] } -cluster = { path = "../../services/cluster" } -rivet-config = { path = "../../common/config" } -rivet-env = { path = "../../common/env" } +cluster.workspace = true +rivet-config.workspace = true +rivet-env.workspace = true diff --git a/packages/api/status/Cargo.toml b/packages/api/status/Cargo.toml index 3aad43482..285308519 100644 --- a/packages/api/status/Cargo.toml +++ b/packages/api/status/Cargo.toml @@ -6,11 +6,11 @@ license.workspace = true edition.workspace = true [dependencies] -api-helper = { path = "../../common/api-helper/build" } +api-helper.workspace = true async_once = "0.2" async-trait = "0.1" -chirp-client = { path = "../../common/chirp/client" } -rivet-operation = { path = "../../common/operation/core" } +chirp-client.workspace = true +rivet-operation.workspace = true chrono = "0.4" futures-util = "0.3" http = "0.2" @@ -19,14 +19,14 @@ lazy_static = "1.4" prost = "0.10" regex = "1.5" reqwest = { version = "0.11", features = ["stream"] } -rivet-api = { path = "../../../sdks/full/rust" } -rivet-cache = { path = "../../common/cache/build" } -rivet-claims = { path = "../../common/claims" } -rivet-health-checks = { path = "../../common/health-checks" } -rivet-matchmaker = { path = "../../common/smithy-output/api-matchmaker/rust" } -rivet-pools = { path = "../../common/pools" } -rivet-status-server = { path = "../../common/smithy-output/api-status/rust-server" } -s3-util = { path = "../../common/s3-util" } +rivet-api.workspace = true +rivet-cache.workspace = true +rivet-claims.workspace = true +rivet-health-checks.workspace = true +rivet-matchmaker.workspace = true +rivet-pools.workspace = true +rivet-status-server.workspace = true +s3-util.workspace = true serde = { version = "1.0", features = ["derive"] } serde_json = "1.0" thiserror = "1.0" @@ -36,17 +36,17 @@ tracing = "0.1" tracing-subscriber = { version = "0.3", default-features = false, features = ["fmt", "json", "ansi"] } url = "2.2.2" uuid = { version = "1", features = ["v4"] } -game-resolve-name-id = { path = "../../services/game/ops/resolve-name-id" } -game-namespace-resolve-name-id = { path = "../../services/game/ops/namespace-resolve-name-id" } +game-resolve-name-id.workspace = true +game-namespace-resolve-name-id.workspace = true -token-create = { path = "../../services/token/ops/create" } +token-create.workspace = true trust-dns-resolver = "0.23.2" -rivet-config = { path = "../../common/config" } -rivet-env = { path = "../../common/env" } +rivet-config.workspace = true +rivet-env.workspace = true [dev-dependencies] -rivet-connection = { path = "../../common/connection" } -rivet-status = { path = "../../common/smithy-output/api-status/rust" } +rivet-connection.workspace = true +rivet-status.workspace = true urlencoding = "2.1.0" uuid = { version = "1", features = ["v4"] } -faker-region = { path = "../../services/faker/ops/region" } +faker-region.workspace = true diff --git a/packages/api/traefik-provider/Cargo.toml b/packages/api/traefik-provider/Cargo.toml index dc4eb521b..35ac0e1d8 100644 --- a/packages/api/traefik-provider/Cargo.toml +++ b/packages/api/traefik-provider/Cargo.toml @@ -6,22 +6,22 @@ license.workspace = true edition.workspace = true [dependencies] -rivet-convert = { path = "../../common/convert" } -api-helper = { path = "../../common/api-helper/build" } +rivet-convert.workspace = true +api-helper.workspace = true async_once = "0.2" async-trait = "0.1" -chirp-client = { path = "../../common/chirp/client" } -rivet-operation = { path = "../../common/operation/core" } +chirp-client.workspace = true +rivet-operation.workspace = true chrono = "0.4" http = "0.2" hyper = { version = "0.14", features = ["server", "http1", "stream", "tcp"] } lazy_static = "1.4" prost = "0.10" -rivet-cache = { path = "../../common/cache/build" } -rivet-claims = { path = "../../common/claims" } -rivet-health-checks = { path = "../../common/health-checks" } -rivet-pools = { path = "../../common/pools" } -s3-util = { path = "../../common/s3-util" } +rivet-cache.workspace = true +rivet-claims.workspace = true +rivet-health-checks.workspace = true +rivet-pools.workspace = true +s3-util.workspace = true serde = { version = "1.0", features = ["derive"] } serde_json = "1.0" thiserror = "1.0" @@ -33,14 +33,14 @@ tracing-subscriber = { version = "0.3", default-features = false, features = [ "ansi", ] } url = "2.2.2" -util-cdn = { package = "rivet-util-cdn", path = "../../services/cdn/util" } -util-job = { package = "rivet-util-job", path = "../../services/job/util" } +util-cdn.workspace = true +util-job.workspace = true uuid = { version = "1", features = ["v4"] } -cluster = { path = "../../services/cluster" } -ds = { path = "../../services/ds" } -rivet-config = { path = "../../common/config" } -rivet-env = { path = "../../common/env" } +cluster.workspace = true +ds.workspace = true +rivet-config.workspace = true +rivet-env.workspace = true [dependencies.sqlx] path = "../../../externals/sqlx" @@ -49,17 +49,17 @@ features = ["json"] [dev-dependencies] -rivet-connection = { path = "../../common/connection" } -rivet-route = { path = "../../common/smithy-output/api-traefik-provider/rust" } +rivet-connection.workspace = true +rivet-route.workspace = true base64 = "0.13" reqwest = "0.11" -cdn-namespace-auth-user-update = { path = "../../services/cdn/ops/namespace-auth-user-update" } -cdn-namespace-domain-create = { path = "../../services/cdn/ops/namespace-domain-create" } -faker-cdn-site = { path = "../../services/faker/ops/cdn-site" } -faker-game = { path = "../../services/faker/ops/game" } -faker-game-namespace = { path = "../../services/faker/ops/game-namespace" } -faker-game-version = { path = "../../services/faker/ops/game-version" } -faker-job-run = { path = "../../services/faker/ops/job-run" } -faker-region = { path = "../../services/faker/ops/region" } -game-get = { path = "../../services/game/ops/get" } +cdn-namespace-auth-user-update.workspace = true +cdn-namespace-domain-create.workspace = true +faker-cdn-site.workspace = true +faker-game.workspace = true +faker-game-namespace.workspace = true +faker-game-version.workspace = true +faker-job-run.workspace = true +faker-region.workspace = true +game-get.workspace = true diff --git a/packages/api/ui/Cargo.toml b/packages/api/ui/Cargo.toml index 585f93bea..a9125ce1e 100644 --- a/packages/api/ui/Cargo.toml +++ b/packages/api/ui/Cargo.toml @@ -6,22 +6,22 @@ license.workspace = true edition.workspace = true [dependencies] -rivet-convert = { path = "../../common/convert" } -api-helper = { path = "../../common/api-helper/build" } +rivet-convert.workspace = true +api-helper.workspace = true async-trait = "0.1" -chirp-client = { path = "../../common/chirp/client" } -rivet-operation = { path = "../../common/operation/core" } +chirp-client.workspace = true +rivet-operation.workspace = true chrono = "0.4" headers = "0.3" http = "0.2" hyper = { version = "0.14", features = ["server", "http1", "stream", "tcp"] } lazy_static = "1.4" prost = "0.10" -rivet-auth-server = { path = "../../common/smithy-output/api-auth/rust-server" } -rivet-cache = { path = "../../common/cache/build" } -rivet-claims = { path = "../../common/claims" } -rivet-health-checks = { path = "../../common/health-checks" } -rivet-pools = { path = "../../common/pools" } +rivet-auth-server.workspace = true +rivet-cache.workspace = true +rivet-claims.workspace = true +rivet-health-checks.workspace = true +rivet-pools.workspace = true serde = { version = "1.0", features = ["derive"] } serde_json = "1.0" thiserror = "1.0" @@ -30,7 +30,7 @@ tracing = "0.1" tracing-subscriber = { version = "0.3", default-features = false, features = ["fmt", "json", "ansi"] } url = "2.2.2" uuid = { version = "1", features = ["v4"] } -rivet-hub-embed = { path = "../../common/hub-embed" } +rivet-hub-embed.workspace = true mime_guess = "2.0.5" -rivet-config = { path = "../../common/config" } -global-error = { path = "../../common/global-error" } +rivet-config.workspace = true +global-error.workspace = true diff --git a/packages/common/api-helper/build/Cargo.toml b/packages/common/api-helper/build/Cargo.toml index 04292e549..66c5f686a 100644 --- a/packages/common/api-helper/build/Cargo.toml +++ b/packages/common/api-helper/build/Cargo.toml @@ -10,32 +10,32 @@ default = ["macros"] macros = [] [dependencies] -api-helper-macros = { path = "../macros" } +api-helper-macros.workspace = true async-trait = "0.1" -chirp-client = { path = "../../chirp/client" } -chirp-workflow = { path = "../../chirp-workflow/core" } +chirp-client.workspace = true +chirp-workflow.workspace = true chrono = "0.4" -formatted-error = { path = "../../formatted-error" } +formatted-error.workspace = true futures-util = "0.3" -global-error = { path = "../../global-error" } +global-error.workspace = true headers = "0.3.5" http = "0.2" hyper = { version = "0.14", features = ["server", "http1", "tcp"] } lazy_static = "1.4" prost = "0.10" regex = "1.4" -rivet-api = { path = "../../../../sdks/full/rust" } -rivet-cache = { path = "../../cache/build" } -rivet-claims = { path = "../../claims" } -rivet-config = { path = "../../config" } -rivet-connection = { path = "../../connection" } -rivet-env = { path = "../../env" } -rivet-health-checks = { path = "../../health-checks" } -rivet-metrics = { path = "../../metrics" } -rivet-operation = { path = "../../operation/core" } -rivet-pools = { path = "../../pools" } -rivet-runtime = { path = "../../runtime" } -rivet-util = { path = "../../util/core" } +rivet-api.workspace = true +rivet-cache.workspace = true +rivet-claims.workspace = true +rivet-config.workspace = true +rivet-connection.workspace = true +rivet-env.workspace = true +rivet-health-checks.workspace = true +rivet-metrics.workspace = true +rivet-operation.workspace = true +rivet-pools.workspace = true +rivet-runtime.workspace = true +rivet-util.workspace = true serde = { version = "1.0", features = ["derive"] } serde_json = "1.0" thiserror = "1.0" @@ -46,7 +46,7 @@ tracing-subscriber = { version = "0.3", default-features = false, features = [ "json", "ansi", ] } -types-proto = { path = "../../types-proto/core" } +types-proto.workspace = true url = "2.2.2" uuid = { version = "1", features = ["v4"] } @@ -54,5 +54,5 @@ uuid = { version = "1", features = ["v4"] } path = "../../../../externals/serde_array_query" [dev-dependencies] -chirp-worker = { path = "../../chirp/worker" } +chirp-worker.workspace = true reqwest = { version = "0.11", features = ["json"] } diff --git a/packages/common/cache/build/Cargo.toml b/packages/common/cache/build/Cargo.toml index 74b918bcf..5d3e26c04 100644 --- a/packages/common/cache/build/Cargo.toml +++ b/packages/common/cache/build/Cargo.toml @@ -7,21 +7,21 @@ edition.workspace = true [dependencies] futures-util = "0.3" -global-error = { path = "../../global-error" } +global-error.workspace = true lazy_static = "1.4" prost = "0.10" prost-types = "0.10" -rivet-cache-result = { path = "../result" } -rivet-metrics = { path = "../../metrics" } -rivet-pools = { path = "../../pools" } -rivet-env = { path = "../../env" } -rivet-util = { path = "../../util/core" } +rivet-cache-result.workspace = true +rivet-metrics.workspace = true +rivet-pools.workspace = true +rivet-env.workspace = true +rivet-util.workspace = true serde = { version = "1.0", features = ["derive"] } serde_json = "1.0" thiserror = "1.0" tokio = { version = "1.36", features = ["full"] } tracing = "0.1" -types-proto = { path = "../../types-proto/core" } +types-proto.workspace = true uuid = { version = "1", features = ["v4"] } [dependencies.redis] diff --git a/packages/common/cache/result/Cargo.toml b/packages/common/cache/result/Cargo.toml index c2ba64724..b8fb1a381 100644 --- a/packages/common/cache/result/Cargo.toml +++ b/packages/common/cache/result/Cargo.toml @@ -6,4 +6,4 @@ license.workspace = true edition.workspace = true [dependencies] -rivet-util = { path = "../../util/core" } +rivet-util.workspace = true diff --git a/packages/common/chirp-workflow/core/Cargo.toml b/packages/common/chirp-workflow/core/Cargo.toml index 3d3b3daa8..05770f1e8 100644 --- a/packages/common/chirp-workflow/core/Cargo.toml +++ b/packages/common/chirp-workflow/core/Cargo.toml @@ -7,26 +7,26 @@ edition.workspace = true [dependencies] async-trait = "0.1.80" -chirp-client = { path = "../../chirp/client" } -chirp-workflow-macros = { path = "../macros" } +chirp-client.workspace = true +chirp-workflow-macros.workspace = true cjson = "0.1" -formatted-error = { path = "../../formatted-error" } +formatted-error.workspace = true futures-util = "0.3" -global-error = { path = "../../global-error" } +global-error.workspace = true indoc = "2.0.5" lazy_static = "1.4" md5 = "0.7.0" prost = "0.12.4" prost-types = "0.12.4" -rivet-cache = { path = "../../cache/build" } -rivet-config = { path = "../../config" } -rivet-connection = { path = "../../connection" } -rivet-env = { path = "../../env" } -rivet-metrics = { path = "../../metrics" } -rivet-operation = { path = "../../operation/core" } -rivet-pools = { path = "../../pools" } -rivet-runtime = { path = "../../runtime" } -rivet-util = { path = "../../util/core" } +rivet-cache.workspace = true +rivet-config.workspace = true +rivet-connection.workspace = true +rivet-env.workspace = true +rivet-metrics.workspace = true +rivet-operation.workspace = true +rivet-pools.workspace = true +rivet-runtime.workspace = true +rivet-util.workspace = true serde = { version = "1.0.198", features = ["derive"] } serde_json = "1.0.116" strum = { version = "0.26", features = ["derive"] } diff --git a/packages/common/chirp/client/Cargo.toml b/packages/common/chirp/client/Cargo.toml index 58840b9b1..52a5bf05c 100644 --- a/packages/common/chirp/client/Cargo.toml +++ b/packages/common/chirp/client/Cargo.toml @@ -6,23 +6,23 @@ license.workspace = true edition.workspace = true [dependencies] -chirp-perf = { path = "../perf" } -chirp-types = { path = "../types" } +chirp-perf.workspace = true +chirp-types.workspace = true chrono = "0.4" futures-util = "0.3" -global-error = { path = "../../global-error", features = ["chirp"] } +global-error = { workspace = true, features = ["chirp"] } lazy_static = "1.4" prost = "0.10" rand = "0.8" -rivet-metrics = { path = "../../metrics" } -rivet-pools = { path = "../../pools" } -rivet-util = { path = "../../util/core" } +rivet-metrics.workspace = true +rivet-pools.workspace = true +rivet-util.workspace = true serde = { version = "1.0", features = ["derive"] } thiserror = "1.0" tokio = { version = "1.36", features = ["full"] } tokio-util = "0.7" tracing = "0.1" -types-proto = { path = "../../types-proto/core" } +types-proto.workspace = true urlencoding = "2.1" uuid = { version = "1", features = ["v4"] } @@ -33,4 +33,4 @@ tracing-subscriber = { version = "0.3", default-features = false, features = [ ] } testcontainers = "0.12" -rivet-test-images = { path = "../../test-images" } +rivet-test-images.workspace = true diff --git a/packages/common/chirp/metrics/Cargo.toml b/packages/common/chirp/metrics/Cargo.toml index ece4fbc88..282db15c4 100644 --- a/packages/common/chirp/metrics/Cargo.toml +++ b/packages/common/chirp/metrics/Cargo.toml @@ -6,5 +6,5 @@ license.workspace = true edition.workspace = true [dependencies] -rivet-metrics = { path = "../../metrics" } +rivet-metrics.workspace = true lazy_static = "1.4" diff --git a/packages/common/chirp/perf/Cargo.toml b/packages/common/chirp/perf/Cargo.toml index 0c6dfb595..6f727169b 100644 --- a/packages/common/chirp/perf/Cargo.toml +++ b/packages/common/chirp/perf/Cargo.toml @@ -8,13 +8,13 @@ edition.workspace = true [dependencies] lazy_static = "1.4" prost = "0.10" -types-proto = { path = "../../types-proto/core" } -rivet-metrics = { path = "../../metrics" } -rivet-pools = { path = "../../pools" } +types-proto.workspace = true +rivet-metrics.workspace = true +rivet-pools.workspace = true thiserror = "1.0" tokio = { version = "1.36", features = ["full", "tracing"] } tracing = "0.1" -rivet-env = { path = "../../env" } +rivet-env.workspace = true [dependencies.uuid] version = "1.1" diff --git a/packages/common/chirp/worker-attributes/Cargo.toml b/packages/common/chirp/worker-attributes/Cargo.toml index ee01bca46..e3a538be4 100644 --- a/packages/common/chirp/worker-attributes/Cargo.toml +++ b/packages/common/chirp/worker-attributes/Cargo.toml @@ -14,7 +14,7 @@ quote = "1.0" proc-macro2 = "1.0" [dev-dependencies] -chirp-worker = { path = "../worker" } +chirp-worker.workspace = true prost = "0.10" [dependencies.syn] diff --git a/packages/common/chirp/worker/Cargo.toml b/packages/common/chirp/worker/Cargo.toml index 7e9d0bfa8..7be3e1783 100644 --- a/packages/common/chirp/worker/Cargo.toml +++ b/packages/common/chirp/worker/Cargo.toml @@ -12,36 +12,36 @@ attributes = ["chirp-worker-attributes", "tracing-subscriber"] [dependencies] async-trait = "0.1" -chirp-client = { path = "../client" } -global-error = { path = "../../global-error", features = ["chirp"] } -chirp-metrics = { path = "../metrics" } -chirp-perf = { path = "../perf" } -chirp-worker-attributes = { path = "../worker-attributes", optional = true } +chirp-client.workspace = true +global-error = { workspace = true, features = ["chirp"] } +chirp-metrics.workspace = true +chirp-perf.workspace = true +chirp-worker-attributes = { workspace = true, optional = true } futures-util = "0.3" -formatted-error = { path = "../../formatted-error" } +formatted-error.workspace = true indoc = "1.0" lazy_static = "1.4" prost = "0.10" rand = "0.8" -rivet-cache = { path = "../../cache/build" } -rivet-connection = { path = "../../connection" } -rivet-metrics = { path = "../../metrics" } -rivet-operation = { path = "../../operation/core" } -rivet-pools = { path = "../../pools" } -rivet-runtime = { path = "../../runtime" } -rivet-util = { path = "../../util/core" } +rivet-cache.workspace = true +rivet-connection.workspace = true +rivet-metrics.workspace = true +rivet-operation.workspace = true +rivet-pools.workspace = true +rivet-runtime.workspace = true +rivet-util.workspace = true serde_json = "1.0" thiserror = "1.0" tokio = { version = "1.40", features = ["full", "tracing"] } tracing = "0.1" -types-proto = { path = "../../types-proto/core" } +types-proto.workspace = true tracing-subscriber = { version = "0.3", optional = true, default-features = false, features = [ "fmt", "json", "ansi", ] } # Used with attribute -rivet-config = { path = "../../config" } -rivet-env = { path = "../../env" } +rivet-config.workspace = true +rivet-env.workspace = true url = "2.4" [dependencies.uuid] @@ -64,4 +64,4 @@ features = [ [dev-dependencies] testcontainers = "0.12" -rivet-test-images = { path = "../../test-images" } +rivet-test-images.workspace = true diff --git a/packages/common/claims/Cargo.toml b/packages/common/claims/Cargo.toml index 8c6bdab98..00e22105e 100644 --- a/packages/common/claims/Cargo.toml +++ b/packages/common/claims/Cargo.toml @@ -8,11 +8,11 @@ edition.workspace = true [dependencies] base64 = "0.13" jsonwebtoken = "8.2.0" -global-error = { path = "../global-error" } -types-proto = { path = "../types-proto/core" } +global-error.workspace = true +types-proto.workspace = true lazy_static = "1.4" prost = "0.10" -rivet-util = { path = "../util/core" } +rivet-util.workspace = true serde = { version = "1.0", features = ["derive"] } serde_json = "1.0" thiserror = "1.0" diff --git a/packages/common/config/Cargo.toml b/packages/common/config/Cargo.toml index 78ddace4e..8b950a487 100644 --- a/packages/common/config/Cargo.toml +++ b/packages/common/config/Cargo.toml @@ -9,7 +9,7 @@ edition.workspace = true config = { version = "0.14.0", default-features = false, features = ["async", "json", "yaml"] } dirs = "5.0.1" glob = "0.3.1" -global-error = { path = "../global-error" } +global-error.workspace = true ipnet = { version = "2.10.1", features = ["serde"] } maplit = "1.0.2" serde = { version = "1.0.210", features = ["derive"] } diff --git a/packages/common/connection/Cargo.toml b/packages/common/connection/Cargo.toml index e3780cae5..6f96152f5 100644 --- a/packages/common/connection/Cargo.toml +++ b/packages/common/connection/Cargo.toml @@ -6,10 +6,10 @@ license.workspace = true edition.workspace = true [dependencies] -chirp-client = { path = "../chirp/client" } -chirp-perf = { path = "../chirp/perf" } -global-error = { path = "../global-error" } -rivet-cache = { path = "../cache/build" } -rivet-pools = { path = "../pools" } -rivet-util = { path = "../util/core" } +chirp-client.workspace = true +chirp-perf.workspace = true +global-error.workspace = true +rivet-cache.workspace = true +rivet-pools.workspace = true +rivet-util.workspace = true tracing = "0.1" diff --git a/packages/common/convert/Cargo.toml b/packages/common/convert/Cargo.toml index fd28f10c0..89f5ac4eb 100644 --- a/packages/common/convert/Cargo.toml +++ b/packages/common/convert/Cargo.toml @@ -6,40 +6,40 @@ license.workspace = true edition.workspace = true [dependencies] -chirp-client = { path = "../chirp/client" } -rivet-operation = { path = "../operation/core" } +chirp-client.workspace = true +rivet-operation.workspace = true serde = { version = "1.0", features = ["derive"] } serde_json = "1.0" chrono = "0.4" -types-proto = { path = "../types-proto/core" } -util-mm = { package = "rivet-util-mm", path = "../../services/mm/util" } +types-proto.workspace = true +util-mm.workspace = true -cdn-namespace-get = { path = "../../services/cdn/ops/namespace-get" } -cluster = { path = "../../services/cluster" } -game-get = { path = "../../services/game/ops/get" } -game-namespace-get = { path = "../../services/game/ops/namespace-get" } -game-namespace-list = { path = "../../services/game/ops/namespace-list" } -game-resolve-namespace-id = { path = "../../services/game/ops/resolve-namespace-id" } -game-token-development-validate = { path = "../../services/game/ops/token-development-validate" } -game-validate = { path = "../../services/game/ops/validate" } -game-version-validate = { path = "../../services/game/ops/version-validate" } -job-run = { path = "../../services/job-run" } -mm-lobby-player-count = { path = "../../services/mm/ops/lobby-player-count" } -mm-lobby-runtime-aggregate = { path = "../../services/mm/ops/lobby-runtime-aggregate" } -mm-player-count-for-namespace = { path = "../../services/mm/ops/player-count-for-namespace" } -region-get = { path = "../../services/region/ops/get" } -region-list-for-game = { path = "../../services/region/ops/list-for-game" } -region-resolve = { path = "../../services/region/ops/resolve" } -team-get = { path = "../../services/team/ops/get" } -team-member-count = { path = "../../services/team/ops/member-count" } -team-profile-validate = { path = "../../services/team/ops/profile-validate" } -team-validate = { path = "../../services/team/ops/validate" } -tier = { path = "../../services/tier" } -user-get = { path = "../../services/user/ops/get" } -user-identity-get = { path = "../../services/user-identity/ops/get" } -user-team-list = { path = "../../services/user/ops/team-list" } +cdn-namespace-get.workspace = true +cluster.workspace = true +game-get.workspace = true +game-namespace-get.workspace = true +game-namespace-list.workspace = true +game-resolve-namespace-id.workspace = true +game-token-development-validate.workspace = true +game-validate.workspace = true +game-version-validate.workspace = true +job-run.workspace = true +mm-lobby-player-count.workspace = true +mm-lobby-runtime-aggregate.workspace = true +mm-player-count-for-namespace.workspace = true +region-get.workspace = true +region-list-for-game.workspace = true +region-resolve.workspace = true +team-get.workspace = true +team-member-count.workspace = true +team-profile-validate.workspace = true +team-validate.workspace = true +tier.workspace = true +user-get.workspace = true +user-identity-get.workspace = true +user-team-list.workspace = true -rivet-api = { path = "../../../sdks/full/rust" } -rivet-group-server = { path = "../smithy-output/api-group/rust-server" } -rivet-portal-server = { path = "../smithy-output/api-portal/rust-server" } -rivet-config = { path = "../config" } +rivet-api.workspace = true +rivet-group-server.workspace = true +rivet-portal-server.workspace = true +rivet-config.workspace = true diff --git a/packages/common/global-error/Cargo.toml b/packages/common/global-error/Cargo.toml index b4f3935c0..2bc59fce5 100644 --- a/packages/common/global-error/Cargo.toml +++ b/packages/common/global-error/Cargo.toml @@ -11,8 +11,8 @@ chirp = ["types-proto"] [dependencies] async-trait = "0.1" -formatted-error = { path = "../formatted-error" } -types-proto = { path = "../types-proto/core", optional = true } +formatted-error.workspace = true +types-proto = { workspace = true, optional = true } http = "0.2" reqwest = { version = "0.11", default-features = false } serde = { version = "1.0", features = ["derive"] } diff --git a/packages/common/health-checks/Cargo.toml b/packages/common/health-checks/Cargo.toml index 08fc81f4f..9b9d2b405 100644 --- a/packages/common/health-checks/Cargo.toml +++ b/packages/common/health-checks/Cargo.toml @@ -6,11 +6,11 @@ license.workspace = true edition.workspace = true [dependencies] -chirp-client = { path = "../chirp/client" } -global-error = { path = "../global-error" } +chirp-client.workspace = true +global-error.workspace = true hyper = { version = "0.14", features = ["server", "http1", "tcp"] } -rivet-config = { path = "../config" } -rivet-pools = { path = "../pools" } +rivet-config.workspace = true +rivet-pools.workspace = true serde = { version = "1.0", features = ["derive"] } serde_json = "1.0" thiserror = "1.0" diff --git a/packages/common/metrics/Cargo.toml b/packages/common/metrics/Cargo.toml index 553c78089..ac762770b 100644 --- a/packages/common/metrics/Cargo.toml +++ b/packages/common/metrics/Cargo.toml @@ -6,12 +6,12 @@ license.workspace = true edition.workspace = true [dependencies] -global-error = { path = "../global-error" } +global-error.workspace = true hyper = { version = "0.14", features = ["server", "http1", "tcp"] } lazy_static = "1.4" prometheus = "0.13" -rivet-config = { path = "../config" } -rivet-env = { path = "../env" } +rivet-config.workspace = true +rivet-env.workspace = true tokio = "1.36.0" tracing = "0.1" diff --git a/packages/common/migrate/Cargo.toml b/packages/common/migrate/Cargo.toml index 2d571d546..00dad2f88 100644 --- a/packages/common/migrate/Cargo.toml +++ b/packages/common/migrate/Cargo.toml @@ -10,9 +10,9 @@ anyhow = "1.0" futures-util = "0.3" include_dir = "0.7.4" indoc = "1.0" -rivet-config = { path = "../config" } -rivet-pools = { path = "../pools" } -rivet-util = { path = "../util/core" } +rivet-config.workspace = true +rivet-pools.workspace = true +rivet-util.workspace = true tempfile = "3.13.0" tokio = { version = "1.40", features = ["full"] } tracing = "0.1" diff --git a/packages/common/nomad-util/Cargo.toml b/packages/common/nomad-util/Cargo.toml index 1c52a9748..63db8831f 100644 --- a/packages/common/nomad-util/Cargo.toml +++ b/packages/common/nomad-util/Cargo.toml @@ -9,11 +9,11 @@ edition.workspace = true base64 = "0.13" bytes = "1.0" futures-util = "0.3" -global-error = { path = "../global-error" } +global-error.workspace = true nomad-client = "0.0.9" reqwest = { version = "0.11", features = ["stream"] } -rivet-config = { path = "../config" } -rivet-pools = { path = "../pools" } +rivet-config.workspace = true +rivet-pools.workspace = true serde = { version = "1.0", features = ["derive"] } serde_json = { version = "1.0", features = ["raw_value"] } thiserror = "1.0" diff --git a/packages/common/operation/core/Cargo.toml b/packages/common/operation/core/Cargo.toml index 0b2d58255..a0b256416 100644 --- a/packages/common/operation/core/Cargo.toml +++ b/packages/common/operation/core/Cargo.toml @@ -7,23 +7,23 @@ edition.workspace = true [dependencies] async-trait = "0.1" -chirp-client = { path = "../../chirp/client" } -chirp-metrics = { path = "../../chirp/metrics" } -chirp-perf = { path = "../../chirp/perf" } -formatted-error = { path = "../../formatted-error" } +chirp-client.workspace = true +chirp-metrics.workspace = true +chirp-perf.workspace = true +formatted-error.workspace = true futures-util = "0.3" -global-error = { path = "../../global-error" } +global-error.workspace = true indoc = "1.0" prost = "0.10" prost-types = "0.10" -rivet-cache = { path = "../../cache/build" } -rivet-config = { path = "../../config" } -rivet-connection = { path = "../../connection" } -rivet-operation-macros = { path = "../macros" } -rivet-pools = { path = "../../pools" } -rivet-util = { path = "../../util/core" } +rivet-cache.workspace = true +rivet-config.workspace = true +rivet-connection.workspace = true +rivet-operation-macros.workspace = true +rivet-pools.workspace = true +rivet-util.workspace = true serde_json = { version = "1.0", features = ["raw_value"] } thiserror = "1.0" tokio = { version = "1.36", features = ["full", "tracing"] } tracing = "0.1" -types-proto = { path = "../../types-proto/core" } +types-proto.workspace = true diff --git a/packages/common/pools/Cargo.toml b/packages/common/pools/Cargo.toml index 2e87bdd77..c51dd1723 100644 --- a/packages/common/pools/Cargo.toml +++ b/packages/common/pools/Cargo.toml @@ -9,19 +9,19 @@ edition.workspace = true async-nats = "0.33" clickhouse = { version = "0.11.2" } funty = "=1.1.0" # Fixes issue with sqlx dependency, see https://github.com/bitvecto-rs/bitvec/issues/105#issuecomment-778570981 -global-error = { path = "../global-error" } +global-error.workspace = true hyper = { version = "0.14" } hyper-tls = { version = "0.5.0" } lazy_static = "1.4" rand = "0.8" -rivet-metrics = { path = "../metrics" } +rivet-metrics.workspace = true thiserror = "1.0" tokio = { version = "1.36", features = ["tracing"] } tokio-util = "0.7" tracing = "0.1" governor = "0.6" url = "2.4" -rivet-config = { path = "../config" } +rivet-config.workspace = true [dependencies.sqlx] path = "../../../externals/sqlx" diff --git a/packages/common/runtime/Cargo.toml b/packages/common/runtime/Cargo.toml index 706cf8abd..8b8144625 100644 --- a/packages/common/runtime/Cargo.toml +++ b/packages/common/runtime/Cargo.toml @@ -8,7 +8,7 @@ edition.workspace = true [dependencies] console-subscriber = "0.1" lazy_static = "1.4" -rivet-metrics = { path = "../metrics" } +rivet-metrics.workspace = true thiserror = "1.0" tokio = { version = "1.36", features = ["full", "tracing"] } tracing = "0.1" diff --git a/packages/common/s3-util/Cargo.toml b/packages/common/s3-util/Cargo.toml index 9ddfb6fd0..dbc643984 100644 --- a/packages/common/s3-util/Cargo.toml +++ b/packages/common/s3-util/Cargo.toml @@ -14,6 +14,6 @@ http = "0.2" thiserror = "1.0" tracing = "0.1" tokio = { version = "1.40" } -rivet-util = { path = "../util/core" } -rivet-config = { path = "../config" } -global-error = { path = "../global-error" } +rivet-util.workspace = true +rivet-config.workspace = true +global-error.workspace = true diff --git a/packages/common/service-manager/Cargo.toml b/packages/common/service-manager/Cargo.toml index 82c988e54..24948088c 100644 --- a/packages/common/service-manager/Cargo.toml +++ b/packages/common/service-manager/Cargo.toml @@ -7,14 +7,14 @@ edition.workspace = true [dependencies] anyhow = "1.0.89" -global-error = { path = "../global-error" } +global-error.workspace = true tokio = { version = "1.40", features = ["full", "tracing"] } -rivet-health-checks = { path = "../health-checks" } -rivet-metrics = { path = "../metrics" } -rivet-pools = { path = "../pools" } +rivet-health-checks.workspace = true +rivet-metrics.workspace = true +rivet-pools.workspace = true tracing = "0.1.40" include_dir = "0.7.4" -rivet-config = { path = "../config" } +rivet-config.workspace = true tokio-cron-scheduler = "0.13.0" chrono = "0.4.38" diff --git a/packages/common/test/Cargo.toml b/packages/common/test/Cargo.toml index 0272817f9..6eba94e4f 100644 --- a/packages/common/test/Cargo.toml +++ b/packages/common/test/Cargo.toml @@ -6,4 +6,4 @@ license.workspace = true edition.workspace = true [dependencies] -types-proto = { path = "../types-proto/core" } +types-proto.workspace = true diff --git a/packages/common/types-proto/build/Cargo.toml b/packages/common/types-proto/build/Cargo.toml index 446ac476b..3c397df97 100644 --- a/packages/common/types-proto/build/Cargo.toml +++ b/packages/common/types-proto/build/Cargo.toml @@ -11,6 +11,6 @@ indoc = "1.0" prost-build = "0.11" protobuf-src = { version = "1.1.0", optional = true } regex = "1.5" -schemac = { path = "../../schemac" } +schemac.workspace = true serde = { version = "1.0", features = ["derive"] } toml = "0.7" diff --git a/packages/common/types-proto/core/Cargo.toml b/packages/common/types-proto/core/Cargo.toml index f37a7cf93..d42926350 100644 --- a/packages/common/types-proto/core/Cargo.toml +++ b/packages/common/types-proto/core/Cargo.toml @@ -9,7 +9,7 @@ edition.workspace = true protobuf-src = ["types-proto-build/protobuf-src"] [dependencies] -chirp-types = { path = "../../chirp/types" } +chirp-types.workspace = true prost = "0.10" prost-types = "0.10" uuid = { version = "1", features = ["v4"] } @@ -19,4 +19,4 @@ thiserror = "1.0" http = "0.2" [build-dependencies] -types-proto-build = { path = "../build" } +types-proto-build.workspace = true diff --git a/packages/common/util/core/Cargo.toml b/packages/common/util/core/Cargo.toml index d6b784aed..636808314 100644 --- a/packages/common/util/core/Cargo.toml +++ b/packages/common/util/core/Cargo.toml @@ -13,17 +13,17 @@ macros = [] async-trait = "0.1" bcrypt = "0.13.0" chrono = "0.4" -formatted-error = { path = "../../formatted-error", optional = true } +formatted-error = { workspace = true, optional = true } futures-util = "0.3" -global-error = { path = "../../global-error" } +global-error.workspace = true indexmap = { version = "2.0", features = ["serde"] } ipnet = { version = "2.7", features = ["serde"] } lazy_static = "1.4" rand = "0.8" regex = "1.4" reqwest = { version = "0.11", default-features = false } -rivet-config = { path = "../../config" } -rivet-util-macros = { path = "../macros" } +rivet-config.workspace = true +rivet-util-macros.workspace = true serde = { version = "1.0", features = ["derive"] } serde_json = { version = "1.0" } thiserror = "1.0" @@ -35,7 +35,7 @@ tokio = { version = "1.36", default-features = false, features = [ "test-util", "time", ] } -types-proto = { path = "../../types-proto/core" } +types-proto.workspace = true uuid = { version = "1", features = ["v4", "serde"] } [dependencies.sqlx] diff --git a/packages/infra/client/isolate-v8-runner/Cargo.toml b/packages/infra/client/isolate-v8-runner/Cargo.toml index f2abeed86..f7ef6fd75 100644 --- a/packages/infra/client/isolate-v8-runner/Cargo.toml +++ b/packages/infra/client/isolate-v8-runner/Cargo.toml @@ -24,7 +24,7 @@ tokio-tungstenite = "0.23.1" twox-hash = "1.6.3" uuid = { version = "1.6.1", features = ["v4"] } -runner-protocol = { path = "../runner-protocol", package = "pegboard-runner-protocol" } +runner-protocol.workspace = true [dependencies.deno_runtime] path = "../../../../externals/deno/runtime" diff --git a/packages/infra/client/manager/Cargo.toml b/packages/infra/client/manager/Cargo.toml index bb57da8a1..1418ece26 100644 --- a/packages/infra/client/manager/Cargo.toml +++ b/packages/infra/client/manager/Cargo.toml @@ -42,7 +42,7 @@ tracing-subscriber = { version = "0.3", default-features = false, features = [ url = "2.4" uuid = { version = "1.6.1", features = ["v4"] } -runner-protocol = { path = "../runner-protocol", package = "pegboard-runner-protocol" } +runner-protocol.workspace = true pegboard = { path = "../../../services/pegboard", default-features = false } serde_yaml = "0.9.34" diff --git a/packages/infra/server/Cargo.toml b/packages/infra/server/Cargo.toml index 5323c5af6..7d2ea1708 100644 --- a/packages/infra/server/Cargo.toml +++ b/packages/infra/server/Cargo.toml @@ -14,16 +14,16 @@ anyhow = "1.0" chrono = "0.4.38" clap = { version = "4.3", features = ["derive"] } colored_json = "5.0.0" -global-error = { path = "../../common/global-error" } +global-error.workspace = true include_dir = "0.7.4" indoc = "2.0.5" -rivet-api = { path = "../../../sdks/full/rust" } -rivet-migrate = { path = "../../common/migrate" } -rivet-pools = { path = "../../common/pools" } -rivet-runtime = { path = "../../common/runtime" } -rivet-service-manager = { path = "../../common/service-manager" } +rivet-api.workspace = true +rivet-migrate.workspace = true +rivet-pools.workspace = true +rivet-runtime.workspace = true +rivet-service-manager.workspace = true rivet-term = { path = "../../../externals/rivet-term" } -s3-util = { path = "../../common/s3-util" } +s3-util.workspace = true serde = { version = "1.0.210", features = ["derive"] } serde_json = "1.0.128" serde_yaml = "0.9.34" @@ -37,44 +37,44 @@ url = "2.4" uuid = "1.10.0" # Standalone -cluster-datacenter-tls-renew = { path = "../../services/cluster/standalone/datacenter-tls-renew" } -cluster-gc = { path = "../../services/cluster/standalone/gc" } -cluster-metrics-publish = { path = "../../services/cluster/standalone/metrics-publish" } -job-gc = { path = "../../services/job/standalone/gc" } -linode-gc = { path = "../../services/linode/standalone/gc" } -load-test-api-cloud = { path = "../../services/load-test/standalone/api-cloud" } -load-test-mm = { path = "../../services/load-test/standalone/mm" } -load-test-mm-sustain = { path = "../../services/load-test/standalone/mm-sustain" } -load-test-sqlx = { path = "../../services/load-test/standalone/sqlx" } -load-test-watch-requests = { path = "../../services/load-test/standalone/watch-requests" } -mm-gc = { path = "../../services/mm/standalone/gc" } -monolith-worker = { path = "../../services/monolith/standalone/worker" } -monolith-workflow-worker = { path = "../../services/monolith/standalone/workflow-worker" } -nomad-monitor = { path = "../../services/nomad/standalone/monitor" } -pegboard-gc = { path = "../../services/pegboard/standalone/gc" } -pegboard-ws = { path = "../../services/pegboard/standalone/ws" } -workflow-gc = { path = "../../services/workflow/standalone/gc" } -workflow-metrics-publish = { path = "../../services/workflow/standalone/metrics-publish" } +cluster-datacenter-tls-renew.workspace = true +cluster-gc.workspace = true +cluster-metrics-publish.workspace = true +job-gc.workspace = true +linode-gc.workspace = true +load-test-api-cloud.workspace = true +load-test-mm.workspace = true +load-test-mm-sustain.workspace = true +load-test-sqlx.workspace = true +load-test-watch-requests.workspace = true +mm-gc.workspace = true +monolith-worker.workspace = true +monolith-workflow-worker.workspace = true +nomad-monitor.workspace = true +pegboard-gc.workspace = true +pegboard-ws.workspace = true +workflow-gc.workspace = true +workflow-metrics-publish.workspace = true # Cron -telemetry-beacon = { path = "../../services/telemetry/standalone/beacon" } -user-delete-pending = { path = "../../services/user/standalone/delete-pending" } +telemetry-beacon.workspace = true +user-delete-pending.workspace = true # API -api-monolith-edge = { path = "../../api/monolith-edge" } -api-monolith-public = { path = "../../api/monolith-public" } +api-monolith-edge.workspace = true +api-monolith-public.workspace = true # Oneshot -build-default-create = { path = "../../services/build/standalone/default-create" } -cluster-default-update = { path = "../../services/cluster/standalone/default-update" } -pegboard-dc-init = { path = "../../services/pegboard/standalone/dc-init" } -rivet-config = { path = "../../common/config" } +build-default-create.workspace = true +cluster-default-update.workspace = true +pegboard-dc-init.workspace = true +rivet-config.workspace = true reqwest = "0.12.9" -chirp-client = { path = "../../common/chirp/client" } -rivet-cache = { path = "../../common/cache/build" } -chirp-workflow = { path = "../../common/chirp-workflow/core" } -rivet-connection = { path = "../../common/connection" } -cloud-default-create = { path = "../../services/cloud/standalone/default-create" } +chirp-client.workspace = true +rivet-cache.workspace = true +chirp-workflow.workspace = true +rivet-connection.workspace = true +cloud-default-create.workspace = true [dependencies.sqlx] diff --git a/packages/services/build/Cargo.toml b/packages/services/build/Cargo.toml index bbb4e46c3..ff497660c 100644 --- a/packages/services/build/Cargo.toml +++ b/packages/services/build/Cargo.toml @@ -8,7 +8,7 @@ edition.workspace = true [dependencies] acme-lib = "0.9" anyhow = "1.0" -chirp-workflow = { path = "../../common/chirp-workflow/core" } +chirp-workflow.workspace = true cloudflare = { path = "../../../externals/cloudflare-rs/cloudflare" } heck = "0.3" http = "0.2" @@ -16,26 +16,26 @@ include_dir = "0.7.3" indoc = "1.0" lazy_static = "1.4" nomad-client = "0.0.9" -nomad-util = { path = "../../common/nomad-util" } +nomad-util.workspace = true rand = "0.8" reqwest = { version = "0.11", features = ["json"] } -rivet-metrics = { path = "../../common/metrics" } -rivet-operation = { path = "../../common/operation/core" } -rivet-runtime = { path = "../../common/runtime" } -s3-util = { path = "../../common/s3-util" } +rivet-metrics.workspace = true +rivet-operation.workspace = true +rivet-runtime.workspace = true +s3-util.workspace = true serde = { version = "1.0.198", features = ["derive"] } serde_json = "1.0" ssh2 = "0.9.4" trust-dns-resolver = { version = "0.23.2", features = ["dns-over-native-tls"] } strum = { version = "0.26", features = ["derive"] } -util-job = { package = "rivet-util-job", path = "../job/util" } +util-job.workspace = true -cluster = { path = "../cluster" } -ip-info = { path = "../ip/ops/info" } -linode = { path = "../linode" } -token-create = { path = "../token/ops/create" } -upload-get = { path = "../upload/ops/get" } -rivet-config = { path = "../../common/config" } +cluster.workspace = true +ip-info.workspace = true +linode.workspace = true +token-create.workspace = true +upload-get.workspace = true +rivet-config.workspace = true [dependencies.sqlx] path = "../../../externals/sqlx" @@ -43,7 +43,7 @@ default-features = false features = [ "json" ] [dev-dependencies] -faker-build = { path = "../faker/ops/build" } -faker-game = { path = "../faker/ops/game" } -faker-region = { path = "../faker/ops/region" } +faker-build.workspace = true +faker-game.workspace = true +faker-region.workspace = true diff --git a/packages/services/build/ops/create/Cargo.toml b/packages/services/build/ops/create/Cargo.toml index 99f935752..37994e4e2 100644 --- a/packages/services/build/ops/create/Cargo.toml +++ b/packages/services/build/ops/create/Cargo.toml @@ -6,25 +6,25 @@ license.workspace = true edition.workspace = true [dependencies] -rivet-operation = { path = "../../../../common/operation/core" } -chirp-client = { path = "../../../../common/chirp/client" } +rivet-operation.workspace = true +chirp-client.workspace = true prost = "0.10" -util-build = { package = "rivet-util-build", path = "../../util" } +util-build.workspace = true -game-get = { path = "../../../game/ops/get" } -game-namespace-get = { path = "../../../game/ops/namespace-get" } -upload-prepare = { path = "../../../upload/ops/prepare" } +game-get.workspace = true +game-namespace-get.workspace = true +upload-prepare.workspace = true [dependencies.sqlx] path = "../../../../../externals/sqlx" default-features = false [dev-dependencies] -chirp-worker = { path = "../../../../common/chirp/worker" } +chirp-worker.workspace = true reqwest = "0.11" -faker-build = { path = "../../../faker/ops/build" } -faker-game = { path = "../../../faker/ops/game" } -faker-user = { path = "../../../faker/ops/user" } -upload-complete = { path = "../../../upload/ops/complete" } -upload-get = { path = "../../../upload/ops/get" } +faker-build.workspace = true +faker-game.workspace = true +faker-user.workspace = true +upload-complete.workspace = true +upload-get.workspace = true diff --git a/packages/services/build/ops/get/Cargo.toml b/packages/services/build/ops/get/Cargo.toml index 71a48b974..cf9038fcc 100644 --- a/packages/services/build/ops/get/Cargo.toml +++ b/packages/services/build/ops/get/Cargo.toml @@ -6,8 +6,8 @@ license.workspace = true edition.workspace = true [dependencies] -rivet-operation = { path = "../../../../common/operation/core" } -chirp-client = { path = "../../../../common/chirp/client" } +rivet-operation.workspace = true +chirp-client.workspace = true prost = "0.10" [dependencies.sqlx] @@ -15,7 +15,7 @@ path = "../../../../../externals/sqlx" default-features = false [dev-dependencies] -chirp-worker = { path = "../../../../common/chirp/worker" } +chirp-worker.workspace = true -faker-build = { path = "../../../faker/ops/build" } -faker-game = { path = "../../../faker/ops/game" } +faker-build.workspace = true +faker-game.workspace = true diff --git a/packages/services/build/ops/list-for-env/Cargo.toml b/packages/services/build/ops/list-for-env/Cargo.toml index 58317942e..86fb233a0 100644 --- a/packages/services/build/ops/list-for-env/Cargo.toml +++ b/packages/services/build/ops/list-for-env/Cargo.toml @@ -6,8 +6,8 @@ license.workspace = true edition.workspace = true [dependencies] -rivet-operation = { path = "../../../../common/operation/core" } -chirp-client = { path = "../../../../common/chirp/client" } +rivet-operation.workspace = true +chirp-client.workspace = true prost = "0.10" [dependencies.sqlx] @@ -15,7 +15,7 @@ path = "../../../../../externals/sqlx" default-features = false [dev-dependencies] -chirp-worker = { path = "../../../../common/chirp/worker" } +chirp-worker.workspace = true -faker-build = { path = "../../../faker/ops/build" } -faker-game = { path = "../../../faker/ops/game" } +faker-build.workspace = true +faker-game.workspace = true diff --git a/packages/services/build/ops/list-for-game/Cargo.toml b/packages/services/build/ops/list-for-game/Cargo.toml index dc5adb490..db1e9e7a7 100644 --- a/packages/services/build/ops/list-for-game/Cargo.toml +++ b/packages/services/build/ops/list-for-game/Cargo.toml @@ -6,8 +6,8 @@ license.workspace = true edition.workspace = true [dependencies] -rivet-operation = { path = "../../../../common/operation/core" } -chirp-client = { path = "../../../../common/chirp/client" } +rivet-operation.workspace = true +chirp-client.workspace = true prost = "0.10" [dependencies.sqlx] @@ -15,7 +15,7 @@ path = "../../../../../externals/sqlx" default-features = false [dev-dependencies] -chirp-worker = { path = "../../../../common/chirp/worker" } +chirp-worker.workspace = true -faker-build = { path = "../../../faker/ops/build" } -faker-game = { path = "../../../faker/ops/game" } +faker-build.workspace = true +faker-game.workspace = true diff --git a/packages/services/build/standalone/default-create/Cargo.toml b/packages/services/build/standalone/default-create/Cargo.toml index f07252793..7b36cc9d2 100644 --- a/packages/services/build/standalone/default-create/Cargo.toml +++ b/packages/services/build/standalone/default-create/Cargo.toml @@ -6,15 +6,15 @@ license.workspace = true edition.workspace = true [dependencies] -chirp-client = { path = "../../../../common/chirp/client" } -rivet-operation = { path = "../../../../common/operation/core" } +chirp-client.workspace = true +rivet-operation.workspace = true futures-util = "0.3" indoc = "1.0" prost = "0.10" reqwest = "0.11" -rivet-connection = { path = "../../../../common/connection" } -rivet-pools = { path = "../../../../common/pools" } -s3-util = { path = "../../../../common/s3-util" } +rivet-connection.workspace = true +rivet-pools.workspace = true +s3-util.workspace = true tokio = { version = "1.40", features = ["full"] } tracing = "0.1" tracing-subscriber = { version = "0.3", default-features = false, features = [ @@ -25,13 +25,13 @@ tracing-subscriber = { version = "0.3", default-features = false, features = [ tracing-logfmt = "0.3" uuid = { version = "1", features = ["v4"] } -upload-complete = { path = "../../../upload/ops/complete" } -upload-prepare = { path = "../../../upload/ops/prepare" } -rivet-config = { path = "../../../../common/config" } +upload-complete.workspace = true +upload-prepare.workspace = true +rivet-config.workspace = true [dependencies.sqlx] path = "../../../../../externals/sqlx" default-features = false [dev-dependencies] -chirp-worker = { path = "../../../../common/chirp/worker" } +chirp-worker.workspace = true diff --git a/packages/services/build/util/Cargo.toml b/packages/services/build/util/Cargo.toml index 2f64366bb..5b8f20737 100644 --- a/packages/services/build/util/Cargo.toml +++ b/packages/services/build/util/Cargo.toml @@ -6,5 +6,5 @@ license.workspace = true edition.workspace = true [dependencies] -rivet-operation = { path = "../../../common/operation/core" } +rivet-operation.workspace = true diff --git a/packages/services/captcha/ops/hcaptcha-config-get/Cargo.toml b/packages/services/captcha/ops/hcaptcha-config-get/Cargo.toml index 04f4c6376..9bb513bbc 100644 --- a/packages/services/captcha/ops/hcaptcha-config-get/Cargo.toml +++ b/packages/services/captcha/ops/hcaptcha-config-get/Cargo.toml @@ -6,10 +6,10 @@ license.workspace = true edition.workspace = true [dependencies] -rivet-operation = { path = "../../../../common/operation/core" } -chirp-client = { path = "../../../../common/chirp/client" } +rivet-operation.workspace = true +chirp-client.workspace = true prost = "0.10" -util-captcha = { package = "rivet-util-captcha", path = "../../util" } +util-captcha.workspace = true [dev-dependencies] -chirp-worker = { path = "../../../../common/chirp/worker" } +chirp-worker.workspace = true diff --git a/packages/services/captcha/ops/hcaptcha-verify/Cargo.toml b/packages/services/captcha/ops/hcaptcha-verify/Cargo.toml index 5bde54f84..698fb6b2e 100644 --- a/packages/services/captcha/ops/hcaptcha-verify/Cargo.toml +++ b/packages/services/captcha/ops/hcaptcha-verify/Cargo.toml @@ -6,11 +6,11 @@ license.workspace = true edition.workspace = true [dependencies] -rivet-operation = { path = "../../../../common/operation/core" } -chirp-client = { path = "../../../../common/chirp/client" } +rivet-operation.workspace = true +chirp-client.workspace = true prost = "0.10" reqwest = { version = "0.11", features = ["json"] } serde = { version = "1.0", features = ["derive"] } [dev-dependencies] -chirp-worker = { path = "../../../../common/chirp/worker" } +chirp-worker.workspace = true diff --git a/packages/services/captcha/ops/request/Cargo.toml b/packages/services/captcha/ops/request/Cargo.toml index 49016e049..f7d6681da 100644 --- a/packages/services/captcha/ops/request/Cargo.toml +++ b/packages/services/captcha/ops/request/Cargo.toml @@ -6,15 +6,15 @@ license.workspace = true edition.workspace = true [dependencies] -rivet-operation = { path = "../../../../common/operation/core" } -chirp-client = { path = "../../../../common/chirp/client" } +rivet-operation.workspace = true +chirp-client.workspace = true prost = "0.10" chrono = "0.4" -util-captcha = { package = "rivet-util-captcha", path = "../../util" } +util-captcha.workspace = true [dependencies.sqlx] path = "../../../../../externals/sqlx" default-features = false [dev-dependencies] -chirp-worker = { path = "../../../../common/chirp/worker" } +chirp-worker.workspace = true diff --git a/packages/services/captcha/ops/turnstile-config-get/Cargo.toml b/packages/services/captcha/ops/turnstile-config-get/Cargo.toml index 848dc9e35..71ecc6615 100644 --- a/packages/services/captcha/ops/turnstile-config-get/Cargo.toml +++ b/packages/services/captcha/ops/turnstile-config-get/Cargo.toml @@ -6,10 +6,10 @@ license.workspace = true edition.workspace = true [dependencies] -rivet-operation = { path = "../../../../common/operation/core" } -chirp-client = { path = "../../../../common/chirp/client" } +rivet-operation.workspace = true +chirp-client.workspace = true prost = "0.10" -util-captcha = { package = "rivet-util-captcha", path = "../../util" } +util-captcha.workspace = true [dev-dependencies] -chirp-worker = { path = "../../../../common/chirp/worker" } +chirp-worker.workspace = true diff --git a/packages/services/captcha/ops/turnstile-verify/Cargo.toml b/packages/services/captcha/ops/turnstile-verify/Cargo.toml index 32442fb2e..16f4b9b2a 100644 --- a/packages/services/captcha/ops/turnstile-verify/Cargo.toml +++ b/packages/services/captcha/ops/turnstile-verify/Cargo.toml @@ -6,11 +6,11 @@ license.workspace = true edition.workspace = true [dependencies] -rivet-operation = { path = "../../../../common/operation/core" } -chirp-client = { path = "../../../../common/chirp/client" } +rivet-operation.workspace = true +chirp-client.workspace = true prost = "0.10" reqwest = { version = "0.11", features = ["json"] } serde = { version = "1.0", features = ["derive"] } [dev-dependencies] -chirp-worker = { path = "../../../../common/chirp/worker" } +chirp-worker.workspace = true diff --git a/packages/services/captcha/ops/verify/Cargo.toml b/packages/services/captcha/ops/verify/Cargo.toml index fdef3baf3..2152c4d3c 100644 --- a/packages/services/captcha/ops/verify/Cargo.toml +++ b/packages/services/captcha/ops/verify/Cargo.toml @@ -6,19 +6,19 @@ license.workspace = true edition.workspace = true [dependencies] -chirp-client = { path = "../../../../common/chirp/client" } +chirp-client.workspace = true chrono = "0.4" prost = "0.10" reqwest = { version = "0.11", features = ["json"] } -rivet-operation = { path = "../../../../common/operation/core" } +rivet-operation.workspace = true serde_json = "1.0" -util-captcha = { package = "rivet-util-captcha", path = "../../util" } +util-captcha.workspace = true -captcha-hcaptcha-config-get = { path = "../hcaptcha-config-get" } -captcha-hcaptcha-verify = { path = "../hcaptcha-verify" } -captcha-turnstile-verify = { path = "../turnstile-verify" } +captcha-hcaptcha-config-get.workspace = true +captcha-hcaptcha-verify.workspace = true +captcha-turnstile-verify.workspace = true [dev-dependencies] -chirp-worker = { path = "../../../../common/chirp/worker" } +chirp-worker.workspace = true -captcha-request = { path = "../request" } +captcha-request.workspace = true diff --git a/packages/services/captcha/util/Cargo.toml b/packages/services/captcha/util/Cargo.toml index 817b2a56f..b32ca56c4 100644 --- a/packages/services/captcha/util/Cargo.toml +++ b/packages/services/captcha/util/Cargo.toml @@ -6,5 +6,5 @@ license.workspace = true edition.workspace = true [dependencies] -global-error = { path = "../../../common/global-error" } +global-error.workspace = true serde_json = "1.0" diff --git a/packages/services/cdn/ops/namespace-auth-user-remove/Cargo.toml b/packages/services/cdn/ops/namespace-auth-user-remove/Cargo.toml index fb984a33d..477dbcba8 100644 --- a/packages/services/cdn/ops/namespace-auth-user-remove/Cargo.toml +++ b/packages/services/cdn/ops/namespace-auth-user-remove/Cargo.toml @@ -6,8 +6,8 @@ license.workspace = true edition.workspace = true [dependencies] -rivet-operation = { path = "../../../../common/operation/core" } -chirp-client = { path = "../../../../common/chirp/client" } +rivet-operation.workspace = true +chirp-client.workspace = true prost = "0.10" [dependencies.sqlx] @@ -15,7 +15,7 @@ path = "../../../../../externals/sqlx" default-features = false [dev-dependencies] -chirp-worker = { path = "../../../../common/chirp/worker" } +chirp-worker.workspace = true -cdn-namespace-create = { path = "../namespace-create" } -cdn-namespace-auth-user-update = { path = "../namespace-auth-user-update" } +cdn-namespace-create.workspace = true +cdn-namespace-auth-user-update.workspace = true diff --git a/packages/services/cdn/ops/namespace-auth-user-update/Cargo.toml b/packages/services/cdn/ops/namespace-auth-user-update/Cargo.toml index 4870f4520..a465090f2 100644 --- a/packages/services/cdn/ops/namespace-auth-user-update/Cargo.toml +++ b/packages/services/cdn/ops/namespace-auth-user-update/Cargo.toml @@ -6,8 +6,8 @@ license.workspace = true edition.workspace = true [dependencies] -rivet-operation = { path = "../../../../common/operation/core" } -chirp-client = { path = "../../../../common/chirp/client" } +rivet-operation.workspace = true +chirp-client.workspace = true prost = "0.10" [dependencies.sqlx] @@ -15,6 +15,6 @@ path = "../../../../../externals/sqlx" default-features = false [dev-dependencies] -chirp-worker = { path = "../../../../common/chirp/worker" } +chirp-worker.workspace = true -cdn-namespace-create = { path = "../namespace-create" } +cdn-namespace-create.workspace = true diff --git a/packages/services/cdn/ops/namespace-create/Cargo.toml b/packages/services/cdn/ops/namespace-create/Cargo.toml index e4410a0f0..5c9d9c168 100644 --- a/packages/services/cdn/ops/namespace-create/Cargo.toml +++ b/packages/services/cdn/ops/namespace-create/Cargo.toml @@ -6,8 +6,8 @@ license.workspace = true edition.workspace = true [dependencies] -rivet-operation = { path = "../../../../common/operation/core" } -chirp-client = { path = "../../../../common/chirp/client" } +rivet-operation.workspace = true +chirp-client.workspace = true prost = "0.10" [dependencies.sqlx] @@ -15,4 +15,4 @@ path = "../../../../../externals/sqlx" default-features = false [dev-dependencies] -chirp-worker = { path = "../../../../common/chirp/worker" } +chirp-worker.workspace = true diff --git a/packages/services/cdn/ops/namespace-domain-create/Cargo.toml b/packages/services/cdn/ops/namespace-domain-create/Cargo.toml index e0539dbe8..920c9e31e 100644 --- a/packages/services/cdn/ops/namespace-domain-create/Cargo.toml +++ b/packages/services/cdn/ops/namespace-domain-create/Cargo.toml @@ -6,18 +6,18 @@ license.workspace = true edition.workspace = true [dependencies] -rivet-operation = { path = "../../../../common/operation/core" } -chirp-client = { path = "../../../../common/chirp/client" } +rivet-operation.workspace = true +chirp-client.workspace = true prost = "0.10" -game-get = { path = "../../../game/ops/get" } -game-resolve-namespace-id = { path = "../../../game/ops/resolve-namespace-id" } +game-get.workspace = true +game-resolve-namespace-id.workspace = true [dependencies.sqlx] path = "../../../../../externals/sqlx" default-features = false [dev-dependencies] -chirp-worker = { path = "../../../../common/chirp/worker" } +chirp-worker.workspace = true -faker-game = { path = "../../../faker/ops/game" } +faker-game.workspace = true diff --git a/packages/services/cdn/ops/namespace-domain-remove/Cargo.toml b/packages/services/cdn/ops/namespace-domain-remove/Cargo.toml index 1ceb89ab2..8d20d83ba 100644 --- a/packages/services/cdn/ops/namespace-domain-remove/Cargo.toml +++ b/packages/services/cdn/ops/namespace-domain-remove/Cargo.toml @@ -6,19 +6,19 @@ license.workspace = true edition.workspace = true [dependencies] -rivet-operation = { path = "../../../../common/operation/core" } -chirp-client = { path = "../../../../common/chirp/client" } +rivet-operation.workspace = true +chirp-client.workspace = true prost = "0.10" -game-get = { path = "../../../game/ops/get" } -game-resolve-namespace-id = { path = "../../../game/ops/resolve-namespace-id" } +game-get.workspace = true +game-resolve-namespace-id.workspace = true [dependencies.sqlx] path = "../../../../../externals/sqlx" default-features = false [dev-dependencies] -chirp-worker = { path = "../../../../common/chirp/worker" } +chirp-worker.workspace = true -cdn-namespace-domain-create = { path = "../namespace-domain-create" } -faker-game = { path = "../../../faker/ops/game" } +cdn-namespace-domain-create.workspace = true +faker-game.workspace = true diff --git a/packages/services/cdn/ops/namespace-get/Cargo.toml b/packages/services/cdn/ops/namespace-get/Cargo.toml index 9fee1d3b0..be4172ed0 100644 --- a/packages/services/cdn/ops/namespace-get/Cargo.toml +++ b/packages/services/cdn/ops/namespace-get/Cargo.toml @@ -6,8 +6,8 @@ license.workspace = true edition.workspace = true [dependencies] -rivet-operation = { path = "../../../../common/operation/core" } -chirp-client = { path = "../../../../common/chirp/client" } +rivet-operation.workspace = true +chirp-client.workspace = true prost = "0.10" [dependencies.sqlx] @@ -15,8 +15,8 @@ path = "../../../../../externals/sqlx" default-features = false [dev-dependencies] -chirp-worker = { path = "../../../../common/chirp/worker" } +chirp-worker.workspace = true -cdn-namespace-create = { path = "../namespace-create" } -cdn-namespace-domain-create = { path = "../namespace-domain-create" } -cdn-namespace-get = { path = "../namespace-get" } +cdn-namespace-create.workspace = true +cdn-namespace-domain-create.workspace = true +cdn-namespace-get.workspace = true diff --git a/packages/services/cdn/ops/namespace-resolve-domain/Cargo.toml b/packages/services/cdn/ops/namespace-resolve-domain/Cargo.toml index cba348ac8..e02992b80 100644 --- a/packages/services/cdn/ops/namespace-resolve-domain/Cargo.toml +++ b/packages/services/cdn/ops/namespace-resolve-domain/Cargo.toml @@ -6,8 +6,8 @@ license.workspace = true edition.workspace = true [dependencies] -rivet-operation = { path = "../../../../common/operation/core" } -chirp-client = { path = "../../../../common/chirp/client" } +rivet-operation.workspace = true +chirp-client.workspace = true prost = "0.10" [dependencies.sqlx] @@ -15,7 +15,7 @@ path = "../../../../../externals/sqlx" default-features = false [dev-dependencies] -chirp-worker = { path = "../../../../common/chirp/worker" } +chirp-worker.workspace = true -cdn-namespace-domain-create = { path = "../namespace-domain-create" } -faker-game = { path = "../../../faker/ops/game" } +cdn-namespace-domain-create.workspace = true +faker-game.workspace = true diff --git a/packages/services/cdn/ops/ns-auth-type-set/Cargo.toml b/packages/services/cdn/ops/ns-auth-type-set/Cargo.toml index f56ab02d8..f52d41006 100644 --- a/packages/services/cdn/ops/ns-auth-type-set/Cargo.toml +++ b/packages/services/cdn/ops/ns-auth-type-set/Cargo.toml @@ -6,8 +6,8 @@ license.workspace = true edition.workspace = true [dependencies] -rivet-operation = { path = "../../../../common/operation/core" } -chirp-client = { path = "../../../../common/chirp/client" } +rivet-operation.workspace = true +chirp-client.workspace = true prost = "0.10" [dependencies.sqlx] @@ -15,6 +15,6 @@ path = "../../../../../externals/sqlx" default-features = false [dev-dependencies] -chirp-worker = { path = "../../../../common/chirp/worker" } +chirp-worker.workspace = true -cdn-namespace-create = { path = "../namespace-create" } +cdn-namespace-create.workspace = true diff --git a/packages/services/cdn/ops/ns-enable-domain-public-auth-set/Cargo.toml b/packages/services/cdn/ops/ns-enable-domain-public-auth-set/Cargo.toml index 1511f209f..379a82198 100644 --- a/packages/services/cdn/ops/ns-enable-domain-public-auth-set/Cargo.toml +++ b/packages/services/cdn/ops/ns-enable-domain-public-auth-set/Cargo.toml @@ -6,8 +6,8 @@ license.workspace = true edition.workspace = true [dependencies] -rivet-operation = { path = "../../../../common/operation/core" } -chirp-client = { path = "../../../../common/chirp/client" } +rivet-operation.workspace = true +chirp-client.workspace = true prost = "0.10" [dependencies.sqlx] @@ -15,6 +15,6 @@ path = "../../../../../externals/sqlx" default-features = false [dev-dependencies] -chirp-worker = { path = "../../../../common/chirp/worker" } +chirp-worker.workspace = true -cdn-namespace-create = { path = "../namespace-create" } +cdn-namespace-create.workspace = true diff --git a/packages/services/cdn/ops/site-create/Cargo.toml b/packages/services/cdn/ops/site-create/Cargo.toml index ce33ec1f6..55e7c365b 100644 --- a/packages/services/cdn/ops/site-create/Cargo.toml +++ b/packages/services/cdn/ops/site-create/Cargo.toml @@ -6,21 +6,21 @@ license.workspace = true edition.workspace = true [dependencies] -rivet-operation = { path = "../../../../common/operation/core" } -chirp-client = { path = "../../../../common/chirp/client" } +rivet-operation.workspace = true +chirp-client.workspace = true prost = "0.10" -game-get = { path = "../../../game/ops/get" } -upload-prepare = { path = "../../../upload/ops/prepare" } +game-get.workspace = true +upload-prepare.workspace = true [dependencies.sqlx] path = "../../../../../externals/sqlx" default-features = false [dev-dependencies] -chirp-worker = { path = "../../../../common/chirp/worker" } +chirp-worker.workspace = true reqwest = "0.11" -faker-game = { path = "../../../faker/ops/game" } -upload-complete = { path = "../../../upload/ops/complete" } -upload-get = { path = "../../../upload/ops/get" } +faker-game.workspace = true +upload-complete.workspace = true +upload-get.workspace = true diff --git a/packages/services/cdn/ops/site-get/Cargo.toml b/packages/services/cdn/ops/site-get/Cargo.toml index 38aadd648..0a2b186ea 100644 --- a/packages/services/cdn/ops/site-get/Cargo.toml +++ b/packages/services/cdn/ops/site-get/Cargo.toml @@ -6,8 +6,8 @@ license.workspace = true edition.workspace = true [dependencies] -rivet-operation = { path = "../../../../common/operation/core" } -chirp-client = { path = "../../../../common/chirp/client" } +rivet-operation.workspace = true +chirp-client.workspace = true prost = "0.10" [dependencies.sqlx] @@ -15,7 +15,7 @@ path = "../../../../../externals/sqlx" default-features = false [dev-dependencies] -chirp-worker = { path = "../../../../common/chirp/worker" } +chirp-worker.workspace = true -faker-game = { path = "../../../faker/ops/game" } -faker-cdn-site = { path = "../../../faker/ops/cdn-site" } +faker-game.workspace = true +faker-cdn-site.workspace = true diff --git a/packages/services/cdn/ops/site-list-for-game/Cargo.toml b/packages/services/cdn/ops/site-list-for-game/Cargo.toml index a365ffe62..1da71f617 100644 --- a/packages/services/cdn/ops/site-list-for-game/Cargo.toml +++ b/packages/services/cdn/ops/site-list-for-game/Cargo.toml @@ -6,8 +6,8 @@ license.workspace = true edition.workspace = true [dependencies] -rivet-operation = { path = "../../../../common/operation/core" } -chirp-client = { path = "../../../../common/chirp/client" } +rivet-operation.workspace = true +chirp-client.workspace = true prost = "0.10" [dependencies.sqlx] @@ -15,7 +15,7 @@ path = "../../../../../externals/sqlx" default-features = false [dev-dependencies] -chirp-worker = { path = "../../../../common/chirp/worker" } +chirp-worker.workspace = true -faker-game = { path = "../../../faker/ops/game" } -faker-cdn-site = { path = "../../../faker/ops/cdn-site" } +faker-game.workspace = true +faker-cdn-site.workspace = true diff --git a/packages/services/cdn/ops/version-get/Cargo.toml b/packages/services/cdn/ops/version-get/Cargo.toml index c0da6c912..8d65ed905 100644 --- a/packages/services/cdn/ops/version-get/Cargo.toml +++ b/packages/services/cdn/ops/version-get/Cargo.toml @@ -6,8 +6,8 @@ license.workspace = true edition.workspace = true [dependencies] -rivet-operation = { path = "../../../../common/operation/core" } -chirp-client = { path = "../../../../common/chirp/client" } +rivet-operation.workspace = true +chirp-client.workspace = true prost = "0.10" [dependencies.sqlx] @@ -15,7 +15,7 @@ path = "../../../../../externals/sqlx" default-features = false [dev-dependencies] -chirp-worker = { path = "../../../../common/chirp/worker" } +chirp-worker.workspace = true -faker-game = { path = "../../../faker/ops/game" } -faker-game-version = { path = "../../../faker/ops/game-version" } +faker-game.workspace = true +faker-game-version.workspace = true diff --git a/packages/services/cdn/ops/version-prepare/Cargo.toml b/packages/services/cdn/ops/version-prepare/Cargo.toml index 278afc815..11cc6620f 100644 --- a/packages/services/cdn/ops/version-prepare/Cargo.toml +++ b/packages/services/cdn/ops/version-prepare/Cargo.toml @@ -6,15 +6,15 @@ license.workspace = true edition.workspace = true [dependencies] -rivet-operation = { path = "../../../../common/operation/core" } -chirp-client = { path = "../../../../common/chirp/client" } +rivet-operation.workspace = true +chirp-client.workspace = true prost = "0.10" -upload-get = { path = "../../../upload/ops/get" } -cdn-site-get = { path = "../site-get" } +upload-get.workspace = true +cdn-site-get.workspace = true [dev-dependencies] -chirp-worker = { path = "../../../../common/chirp/worker" } +chirp-worker.workspace = true -faker-game = { path = "../../../faker/ops/game" } -faker-cdn-site = { path = "../../../faker/ops/cdn-site" } +faker-game.workspace = true +faker-cdn-site.workspace = true diff --git a/packages/services/cdn/ops/version-publish/Cargo.toml b/packages/services/cdn/ops/version-publish/Cargo.toml index 449b554a6..dd34e705a 100644 --- a/packages/services/cdn/ops/version-publish/Cargo.toml +++ b/packages/services/cdn/ops/version-publish/Cargo.toml @@ -6,8 +6,8 @@ license.workspace = true edition.workspace = true [dependencies] -rivet-operation = { path = "../../../../common/operation/core" } -chirp-client = { path = "../../../../common/chirp/client" } +rivet-operation.workspace = true +chirp-client.workspace = true prost = "0.10" unzip-n = "0.1.2" itertools = "0.10.5" @@ -17,8 +17,8 @@ path = "../../../../../externals/sqlx" default-features = false [dev-dependencies] -chirp-worker = { path = "../../../../common/chirp/worker" } +chirp-worker.workspace = true -cdn-version-get = { path = "../version-get" } -faker-game = { path = "../../../faker/ops/game" } -faker-cdn-site = { path = "../../../faker/ops/cdn-site" } +cdn-version-get.workspace = true +faker-game.workspace = true +faker-cdn-site.workspace = true diff --git a/packages/services/cdn/worker/Cargo.toml b/packages/services/cdn/worker/Cargo.toml index 2669afa47..2e5dd8162 100644 --- a/packages/services/cdn/worker/Cargo.toml +++ b/packages/services/cdn/worker/Cargo.toml @@ -6,20 +6,20 @@ license.workspace = true edition.workspace = true [dependencies] -chirp-worker = { path = "../../../common/chirp/worker" } -chirp-client = { path = "../../../common/chirp/client" } -rivet-health-checks = { path = "../../../common/health-checks" } -rivet-metrics = { path = "../../../common/metrics" } -rivet-runtime = { path = "../../../common/runtime" } -util-cdn = { package = "rivet-util-cdn", path = "../../cdn/util" } +chirp-worker.workspace = true +chirp-client.workspace = true +rivet-health-checks.workspace = true +rivet-metrics.workspace = true +rivet-runtime.workspace = true +util-cdn.workspace = true -cdn-namespace-get = { path = "../ops/namespace-get" } -cdn-site-get = { path = "../ops/site-get" } -cdn-version-get = { path = "../ops/version-get" } -game-get = { path = "../../game/ops/get" } -game-namespace-get = { path = "../../game/ops/namespace-get" } -upload-get = { path = "../../upload/ops/get" } -rivet-config = { path = "../../../common/config" } +cdn-namespace-get.workspace = true +cdn-site-get.workspace = true +cdn-version-get.workspace = true +game-get.workspace = true +game-namespace-get.workspace = true +upload-get.workspace = true +rivet-config.workspace = true [dev-dependencies] -chirp-worker = { path = "../../../common/chirp/worker" } +chirp-worker.workspace = true diff --git a/packages/services/cf-custom-hostname/ops/get/Cargo.toml b/packages/services/cf-custom-hostname/ops/get/Cargo.toml index 9a818bf38..a6df3708f 100644 --- a/packages/services/cf-custom-hostname/ops/get/Cargo.toml +++ b/packages/services/cf-custom-hostname/ops/get/Cargo.toml @@ -6,8 +6,8 @@ license.workspace = true edition.workspace = true [dependencies] -rivet-operation = { path = "../../../../common/operation/core" } -chirp-client = { path = "../../../../common/chirp/client" } +rivet-operation.workspace = true +chirp-client.workspace = true prost = "0.10" [dependencies.sqlx] @@ -15,4 +15,4 @@ path = "../../../../../externals/sqlx" default-features = false [dev-dependencies] -chirp-worker = { path = "../../../../common/chirp/worker" } +chirp-worker.workspace = true diff --git a/packages/services/cf-custom-hostname/ops/list-for-namespace-id/Cargo.toml b/packages/services/cf-custom-hostname/ops/list-for-namespace-id/Cargo.toml index 13579a0bf..e85370abe 100644 --- a/packages/services/cf-custom-hostname/ops/list-for-namespace-id/Cargo.toml +++ b/packages/services/cf-custom-hostname/ops/list-for-namespace-id/Cargo.toml @@ -6,8 +6,8 @@ license.workspace = true edition.workspace = true [dependencies] -rivet-operation = { path = "../../../../common/operation/core" } -chirp-client = { path = "../../../../common/chirp/client" } +rivet-operation.workspace = true +chirp-client.workspace = true prost = "0.10" [dependencies.sqlx] @@ -15,4 +15,4 @@ path = "../../../../../externals/sqlx" default-features = false [dev-dependencies] -chirp-worker = { path = "../../../../common/chirp/worker" } +chirp-worker.workspace = true diff --git a/packages/services/cf-custom-hostname/ops/resolve-hostname/Cargo.toml b/packages/services/cf-custom-hostname/ops/resolve-hostname/Cargo.toml index 1b09d371c..b67bd32a2 100644 --- a/packages/services/cf-custom-hostname/ops/resolve-hostname/Cargo.toml +++ b/packages/services/cf-custom-hostname/ops/resolve-hostname/Cargo.toml @@ -6,8 +6,8 @@ license.workspace = true edition.workspace = true [dependencies] -rivet-operation = { path = "../../../../common/operation/core" } -chirp-client = { path = "../../../../common/chirp/client" } +rivet-operation.workspace = true +chirp-client.workspace = true prost = "0.10" [dependencies.sqlx] @@ -15,4 +15,4 @@ path = "../../../../../externals/sqlx" default-features = false [dev-dependencies] -chirp-worker = { path = "../../../../common/chirp/worker" } +chirp-worker.workspace = true diff --git a/packages/services/cf-custom-hostname/worker/Cargo.toml b/packages/services/cf-custom-hostname/worker/Cargo.toml index e7b87ec76..18413dbfa 100644 --- a/packages/services/cf-custom-hostname/worker/Cargo.toml +++ b/packages/services/cf-custom-hostname/worker/Cargo.toml @@ -6,24 +6,24 @@ license.workspace = true edition.workspace = true [dependencies] -chirp-client = { path = "../../../common/chirp/client" } -chirp-worker = { path = "../../../common/chirp/worker" } +chirp-client.workspace = true +chirp-worker.workspace = true reqwest = { version = "0.11", features = ["json"] } -rivet-health-checks = { path = "../../../common/health-checks" } -rivet-metrics = { path = "../../../common/metrics" } -rivet-runtime = { path = "../../../common/runtime" } +rivet-health-checks.workspace = true +rivet-metrics.workspace = true +rivet-runtime.workspace = true serde = { version = "1.0", features = ["derive"] } -cf-custom-hostname-list-for-namespace-id = { path = "../ops/list-for-namespace-id" } -cf-custom-hostname-resolve-hostname = { path = "../ops/resolve-hostname" } -game-get = { path = "../../game/ops/get" } -game-namespace-list = { path = "../../game/ops/namespace-list" } -game-resolve-namespace-id = { path = "../../game/ops/resolve-namespace-id" } -game-list-for-team = { path = "../../game/ops/list-for-team" } -rivet-config = { path = "../../../common/config" } +cf-custom-hostname-list-for-namespace-id.workspace = true +cf-custom-hostname-resolve-hostname.workspace = true +game-get.workspace = true +game-namespace-list.workspace = true +game-resolve-namespace-id.workspace = true +game-list-for-team.workspace = true +rivet-config.workspace = true [dev-dependencies] -chirp-worker = { path = "../../../common/chirp/worker" } +chirp-worker.workspace = true -faker-game = { path = "../../faker/ops/game" } -cf-custom-hostname-get = { path = "../ops/get" } +faker-game.workspace = true +cf-custom-hostname-get.workspace = true diff --git a/packages/services/cloud/ops/device-link-create/Cargo.toml b/packages/services/cloud/ops/device-link-create/Cargo.toml index 6a7cc233f..9e6f386e7 100644 --- a/packages/services/cloud/ops/device-link-create/Cargo.toml +++ b/packages/services/cloud/ops/device-link-create/Cargo.toml @@ -6,12 +6,12 @@ license.workspace = true edition.workspace = true [dependencies] -rivet-operation = { path = "../../../../common/operation/core" } -chirp-client = { path = "../../../../common/chirp/client" } +rivet-operation.workspace = true +chirp-client.workspace = true prost = "0.10" -token-create = { path = "../../../token/ops/create" } +token-create.workspace = true [dev-dependencies] -chirp-worker = { path = "../../../../common/chirp/worker" } -rivet-claims = { path = "../../../../common/claims" } +chirp-worker.workspace = true +rivet-claims.workspace = true diff --git a/packages/services/cloud/ops/game-config-create/Cargo.toml b/packages/services/cloud/ops/game-config-create/Cargo.toml index 5c6665c35..04e5d85ef 100644 --- a/packages/services/cloud/ops/game-config-create/Cargo.toml +++ b/packages/services/cloud/ops/game-config-create/Cargo.toml @@ -6,8 +6,8 @@ license.workspace = true edition.workspace = true [dependencies] -rivet-operation = { path = "../../../../common/operation/core" } -chirp-client = { path = "../../../../common/chirp/client" } +rivet-operation.workspace = true +chirp-client.workspace = true prost = "0.10" [dependencies.sqlx] @@ -15,4 +15,4 @@ path = "../../../../../externals/sqlx" default-features = false [dev-dependencies] -chirp-worker = { path = "../../../../common/chirp/worker" } +chirp-worker.workspace = true diff --git a/packages/services/cloud/ops/game-config-get/Cargo.toml b/packages/services/cloud/ops/game-config-get/Cargo.toml index df20d2616..7ec41fed8 100644 --- a/packages/services/cloud/ops/game-config-get/Cargo.toml +++ b/packages/services/cloud/ops/game-config-get/Cargo.toml @@ -6,8 +6,8 @@ license.workspace = true edition.workspace = true [dependencies] -rivet-operation = { path = "../../../../common/operation/core" } -chirp-client = { path = "../../../../common/chirp/client" } +rivet-operation.workspace = true +chirp-client.workspace = true prost = "0.10" [dependencies.sqlx] @@ -15,6 +15,6 @@ path = "../../../../../externals/sqlx" default-features = false [dev-dependencies] -chirp-worker = { path = "../../../../common/chirp/worker" } +chirp-worker.workspace = true -cloud-game-config-create = { path = "../game-config-create" } +cloud-game-config-create.workspace = true diff --git a/packages/services/cloud/ops/game-token-create/Cargo.toml b/packages/services/cloud/ops/game-token-create/Cargo.toml index ccc390232..35e2d4a91 100644 --- a/packages/services/cloud/ops/game-token-create/Cargo.toml +++ b/packages/services/cloud/ops/game-token-create/Cargo.toml @@ -6,17 +6,17 @@ license.workspace = true edition.workspace = true [dependencies] -rivet-operation = { path = "../../../../common/operation/core" } -chirp-client = { path = "../../../../common/chirp/client" } +rivet-operation.workspace = true +chirp-client.workspace = true prost = "0.10" -token-create = { path = "../../../token/ops/create" } +token-create.workspace = true [dependencies.sqlx] path = "../../../../../externals/sqlx" default-features = false [dev-dependencies] -chirp-worker = { path = "../../../../common/chirp/worker" } +chirp-worker.workspace = true -faker-game = { path = "../../../faker/ops/game" } +faker-game.workspace = true diff --git a/packages/services/cloud/ops/namespace-create/Cargo.toml b/packages/services/cloud/ops/namespace-create/Cargo.toml index 5bdd5e776..ac675d5e2 100644 --- a/packages/services/cloud/ops/namespace-create/Cargo.toml +++ b/packages/services/cloud/ops/namespace-create/Cargo.toml @@ -6,22 +6,22 @@ license.workspace = true edition.workspace = true [dependencies] -rivet-operation = { path = "../../../../common/operation/core" } -chirp-client = { path = "../../../../common/chirp/client" } +rivet-operation.workspace = true +chirp-client.workspace = true prost = "0.10" -game-namespace-get = { path = "../../../game/ops/namespace-get" } -game-get = { path = "../../../game/ops/get" } -cdn-namespace-create = { path = "../../../cdn/ops/namespace-create" } -mm-config-namespace-create = { path = "../../../mm-config/ops/namespace-create" } +game-namespace-get.workspace = true +game-get.workspace = true +cdn-namespace-create.workspace = true +mm-config-namespace-create.workspace = true [dependencies.sqlx] path = "../../../../../externals/sqlx" default-features = false [dev-dependencies] -chirp-worker = { path = "../../../../common/chirp/worker" } +chirp-worker.workspace = true -faker-game = { path = "../../../faker/ops/game" } -game-namespace-create = { path = "../../../game/ops/namespace-create" } -game-version-create = { path = "../../../game/ops/version-create" } +faker-game.workspace = true +game-namespace-create.workspace = true +game-version-create.workspace = true diff --git a/packages/services/cloud/ops/namespace-get/Cargo.toml b/packages/services/cloud/ops/namespace-get/Cargo.toml index 00ca16fc2..476ef49c1 100644 --- a/packages/services/cloud/ops/namespace-get/Cargo.toml +++ b/packages/services/cloud/ops/namespace-get/Cargo.toml @@ -6,21 +6,21 @@ license.workspace = true edition.workspace = true [dependencies] -rivet-operation = { path = "../../../../common/operation/core" } -chirp-client = { path = "../../../../common/chirp/client" } +rivet-operation.workspace = true +chirp-client.workspace = true prost = "0.10" -cdn-namespace-get = { path = "../../../cdn/ops/namespace-get" } -mm-config-namespace-get = { path = "../../../mm-config/ops/namespace-get" } +cdn-namespace-get.workspace = true +mm-config-namespace-get.workspace = true [dependencies.sqlx] path = "../../../../../externals/sqlx" default-features = false [dev-dependencies] -chirp-worker = { path = "../../../../common/chirp/worker" } +chirp-worker.workspace = true -cloud-namespace-create = { path = "../namespace-create" } -faker-game = { path = "../../../faker/ops/game" } -game-namespace-create = { path = "../../../game/ops/namespace-create" } -game-version-create = { path = "../../../game/ops/version-create" } +cloud-namespace-create.workspace = true +faker-game.workspace = true +game-namespace-create.workspace = true +game-version-create.workspace = true diff --git a/packages/services/cloud/ops/namespace-token-development-create/Cargo.toml b/packages/services/cloud/ops/namespace-token-development-create/Cargo.toml index 1a3d4491a..308865a68 100644 --- a/packages/services/cloud/ops/namespace-token-development-create/Cargo.toml +++ b/packages/services/cloud/ops/namespace-token-development-create/Cargo.toml @@ -6,19 +6,19 @@ license.workspace = true edition.workspace = true [dependencies] -rivet-operation = { path = "../../../../common/operation/core" } -chirp-client = { path = "../../../../common/chirp/client" } +rivet-operation.workspace = true +chirp-client.workspace = true prost = "0.10" -game-namespace-get = { path = "../../../game/ops/namespace-get" } -game-token-development-validate = { path = "../../../game/ops/token-development-validate" } -token-create = { path = "../../../token/ops/create" } +game-namespace-get.workspace = true +game-token-development-validate.workspace = true +token-create.workspace = true [dependencies.sqlx] path = "../../../../../externals/sqlx" default-features = false [dev-dependencies] -chirp-worker = { path = "../../../../common/chirp/worker" } +chirp-worker.workspace = true -faker-game = { path = "../../../faker/ops/game" } +faker-game.workspace = true diff --git a/packages/services/cloud/ops/namespace-token-public-create/Cargo.toml b/packages/services/cloud/ops/namespace-token-public-create/Cargo.toml index fbf29cba1..c840dd4d5 100644 --- a/packages/services/cloud/ops/namespace-token-public-create/Cargo.toml +++ b/packages/services/cloud/ops/namespace-token-public-create/Cargo.toml @@ -6,19 +6,19 @@ license.workspace = true edition.workspace = true [dependencies] -rivet-operation = { path = "../../../../common/operation/core" } -chirp-client = { path = "../../../../common/chirp/client" } -rivet-claims = { path = "../../../../common/claims" } +rivet-operation.workspace = true +chirp-client.workspace = true +rivet-claims.workspace = true prost = "0.10" -game-namespace-get = { path = "../../../game/ops/namespace-get" } -token-create = { path = "../../../token/ops/create" } +game-namespace-get.workspace = true +token-create.workspace = true [dependencies.sqlx] path = "../../../../../externals/sqlx" default-features = false [dev-dependencies] -chirp-worker = { path = "../../../../common/chirp/worker" } +chirp-worker.workspace = true -faker-game = { path = "../../../faker/ops/game" } +faker-game.workspace = true diff --git a/packages/services/cloud/ops/version-get/Cargo.toml b/packages/services/cloud/ops/version-get/Cargo.toml index 12db207e9..2cfc6f8a2 100644 --- a/packages/services/cloud/ops/version-get/Cargo.toml +++ b/packages/services/cloud/ops/version-get/Cargo.toml @@ -6,22 +6,22 @@ license.workspace = true edition.workspace = true [dependencies] -rivet-operation = { path = "../../../../common/operation/core" } -chirp-client = { path = "../../../../common/chirp/client" } +rivet-operation.workspace = true +chirp-client.workspace = true prost = "0.10" -util-mm = { package = "rivet-util-mm", path = "../../../mm/util" } +util-mm.workspace = true -cdn-version-get = { path = "../../../cdn/ops/version-get" } -mm-config-version-get = { path = "../../../mm-config/ops/version-get" } +cdn-version-get.workspace = true +mm-config-version-get.workspace = true [dependencies.sqlx] path = "../../../../../externals/sqlx" default-features = false [dev-dependencies] -chirp-worker = { path = "../../../../common/chirp/worker" } +chirp-worker.workspace = true -faker-build = { path = "../../../faker/ops/build" } -faker-game = { path = "../../../faker/ops/game" } -faker-region = { path = "../../../faker/ops/region" } -cloud-version-publish = { path = "../version-publish" } +faker-build.workspace = true +faker-game.workspace = true +faker-region.workspace = true +cloud-version-publish.workspace = true diff --git a/packages/services/cloud/ops/version-publish/Cargo.toml b/packages/services/cloud/ops/version-publish/Cargo.toml index aeb32414a..65f4f77a1 100644 --- a/packages/services/cloud/ops/version-publish/Cargo.toml +++ b/packages/services/cloud/ops/version-publish/Cargo.toml @@ -6,26 +6,26 @@ license.workspace = true edition.workspace = true [dependencies] -rivet-operation = { path = "../../../../common/operation/core" } -chirp-client = { path = "../../../../common/chirp/client" } +rivet-operation.workspace = true +chirp-client.workspace = true prost = "0.10" -cdn-version-prepare = { path = "../../../cdn/ops/version-prepare" } -cdn-version-publish = { path = "../../../cdn/ops/version-publish" } -game-get = { path = "../../../game/ops/get" } -game-version-create = { path = "../../../game/ops/version-create" } -game-version-validate = { path = "../../../game/ops/version-validate" } -mm-config-version-prepare = { path = "../../../mm-config/ops/version-prepare" } -mm-config-version-publish = { path = "../../../mm-config/ops/version-publish" } +cdn-version-prepare.workspace = true +cdn-version-publish.workspace = true +game-get.workspace = true +game-version-create.workspace = true +game-version-validate.workspace = true +mm-config-version-prepare.workspace = true +mm-config-version-publish.workspace = true [dependencies.sqlx] path = "../../../../../externals/sqlx" default-features = false [dev-dependencies] -chirp-worker = { path = "../../../../common/chirp/worker" } -util-mm = { package = "rivet-util-mm", path = "../../../mm/util" } +chirp-worker.workspace = true +util-mm.workspace = true -faker-build = { path = "../../../faker/ops/build" } -faker-game = { path = "../../../faker/ops/game" } -region-list = { path = "../../../region/ops/list" } +faker-build.workspace = true +faker-game.workspace = true +region-list.workspace = true diff --git a/packages/services/cloud/standalone/default-create/Cargo.toml b/packages/services/cloud/standalone/default-create/Cargo.toml index 1495f0d1e..df05c464a 100644 --- a/packages/services/cloud/standalone/default-create/Cargo.toml +++ b/packages/services/cloud/standalone/default-create/Cargo.toml @@ -6,12 +6,11 @@ license.workspace = true edition.workspace = true [dependencies] -chirp-client = { path = "../../../../common/chirp/client" } -chirp-workflow = { path = "../../../../common/chirp-workflow/core" } +chirp-client.workspace = true +chirp-workflow.workspace = true reqwest = "0.11" -rivet-config = { version = "0.1.0", path = "../../../../common/config" } -rivet-connection = { path = "../../../../common/connection" } -rivet-pools = { path = "../../../../common/pools" } +rivet-connection.workspace = true +rivet-pools.workspace = true serde = { version = "1.0", features = ["derive"] } serde_json = "1.0" tokio = { version = "1.40", features = ["full"] } @@ -20,17 +19,18 @@ tracing-logfmt = "0.3" tracing-subscriber = { version = "0.3", default-features = false, features = ["fmt", "json", "ansi"] } uuid = { version = "1", features = ["v4"] } -cloud-game-config-create = { version = "0.0.1", path = "../../ops/game-config-create" } -cloud-namespace-create = { version = "0.0.1", path = "../../ops/namespace-create" } -cloud-version-publish = { version = "0.0.1", path = "../../ops/version-publish" } -ds = { version = "0.0.1", path = "../../../ds" } -game-create = { version = "0.0.1", path = "../../../game/ops/create" } -game-namespace-create = { version = "0.0.1", path = "../../../game/ops/namespace-create" } -game-namespace-resolve-name-id = { version = "0.0.1", path = "../../../game/ops/namespace-resolve-name-id" } -game-resolve-name-id = { version = "0.0.1", path = "../../../game/ops/resolve-name-id" } -rivet-operation = { version = "0.1.0", path = "../../../../common/operation/core" } -team-resolve-display-name = { version = "0.0.1", path = "../../../team/ops/resolve-display-name" } -user = { version = "0.1.0", path = "../../../user" } +cloud-game-config-create.workspace = true +cloud-namespace-create.workspace = true +cloud-version-publish.workspace = true +ds.workspace = true +game-create.workspace = true +game-namespace-create.workspace = true +game-namespace-resolve-name-id.workspace = true +game-resolve-name-id.workspace = true +rivet-config.workspace = true +rivet-operation.workspace = true +team-resolve-display-name.workspace = true +user.workspace = true [dev-dependencies] -chirp-worker = { path = "../../../../common/chirp/worker" } +chirp-worker.workspace = true diff --git a/packages/services/cloud/worker/Cargo.toml b/packages/services/cloud/worker/Cargo.toml index 25bcdf1e2..9c364a741 100644 --- a/packages/services/cloud/worker/Cargo.toml +++ b/packages/services/cloud/worker/Cargo.toml @@ -6,14 +6,14 @@ license.workspace = true edition.workspace = true [dependencies] -chirp-worker = { path = "../../../common/chirp/worker" } -chirp-client = { path = "../../../common/chirp/client" } -rivet-health-checks = { path = "../../../common/health-checks" } -rivet-metrics = { path = "../../../common/metrics" } -rivet-runtime = { path = "../../../common/runtime" } +chirp-worker.workspace = true +chirp-client.workspace = true +rivet-health-checks.workspace = true +rivet-metrics.workspace = true +rivet-runtime.workspace = true -cloud-game-token-create = { path = "../ops/game-token-create" } +cloud-game-token-create.workspace = true chrono = "0.4.31" -rivet-config = { path = "../../../common/config" } +rivet-config.workspace = true [dev-dependencies] -chirp-worker = { path = "../../../common/chirp/worker" } +chirp-worker.workspace = true diff --git a/packages/services/cluster/Cargo.toml b/packages/services/cluster/Cargo.toml index 4ba885ab1..540043ad1 100644 --- a/packages/services/cluster/Cargo.toml +++ b/packages/services/cluster/Cargo.toml @@ -8,32 +8,32 @@ edition.workspace = true [dependencies] acme-lib = "0.9" anyhow = "1.0" -chirp-workflow = { path = "../../common/chirp-workflow/core" } +chirp-workflow.workspace = true chrono = "0.4" cloudflare = { path = "../../../externals/cloudflare-rs/cloudflare" } http = "0.2" include_dir = "0.7.3" indoc = "1.0" lazy_static = "1.4" -nomad-util = { path = "../../common/nomad-util" } +nomad-util.workspace = true rand = "0.8" reqwest = { version = "0.11", features = ["json"] } -rivet-metrics = { path = "../../common/metrics" } -rivet-operation = { path = "../../common/operation/core" } -rivet-runtime = { path = "../../common/runtime" } -s3-util = { path = "../../common/s3-util" } +rivet-metrics.workspace = true +rivet-operation.workspace = true +rivet-runtime.workspace = true +s3-util.workspace = true serde = { version = "1.0.198", features = ["derive"] } serde_urlencoded = "0.7.0" ssh2 = "0.9.4" strum = { version = "0.24", features = ["derive"] } trust-dns-resolver = { version = "0.23.2", features = ["dns-over-native-tls"] } -ip-info = { path = "../ip/ops/info" } -linode = { path = "../linode" } -server-spec = { path = "../server-spec" } -pegboard = { path = "../pegboard" } -token-create = { path = "../token/ops/create" } -rivet-config = { path = "../../common/config" } +ip-info.workspace = true +linode.workspace = true +server-spec.workspace = true +pegboard.workspace = true +token-create.workspace = true +rivet-config.workspace = true ipnet = "2.10.1" [dependencies.nomad_client] diff --git a/packages/services/cluster/standalone/datacenter-tls-renew/Cargo.toml b/packages/services/cluster/standalone/datacenter-tls-renew/Cargo.toml index b039ff091..46b468da7 100644 --- a/packages/services/cluster/standalone/datacenter-tls-renew/Cargo.toml +++ b/packages/services/cluster/standalone/datacenter-tls-renew/Cargo.toml @@ -6,19 +6,19 @@ license.workspace = true edition.workspace = true [dependencies] -chirp-client = { path = "../../../../common/chirp/client" } -chirp-workflow = { path = "../../../../common/chirp-workflow/core" } -rivet-connection = { path = "../../../../common/connection" } -rivet-health-checks = { path = "../../../../common/health-checks" } -rivet-metrics = { path = "../../../../common/metrics" } -rivet-runtime = { path = "../../../../common/runtime" } +chirp-client.workspace = true +chirp-workflow.workspace = true +rivet-connection.workspace = true +rivet-health-checks.workspace = true +rivet-metrics.workspace = true +rivet-runtime.workspace = true tokio = { version = "1.40", features = ["full"] } tracing = "0.1" tracing-subscriber = { version = "0.3", default-features = false, features = ["fmt", "json", "ansi"] } tracing-logfmt = "0.3" -cluster = { path = "../.." } -rivet-config = { path = "../../../../common/config" } +cluster.workspace = true +rivet-config.workspace = true [dependencies.sqlx] path = "../../../../../externals/sqlx" diff --git a/packages/services/cluster/standalone/default-update/Cargo.toml b/packages/services/cluster/standalone/default-update/Cargo.toml index 8949ee8fc..31ee1656a 100644 --- a/packages/services/cluster/standalone/default-update/Cargo.toml +++ b/packages/services/cluster/standalone/default-update/Cargo.toml @@ -6,11 +6,11 @@ license.workspace = true edition.workspace = true [dependencies] -chirp-client = { path = "../../../../common/chirp/client" } -chirp-workflow = { path = "../../../../common/chirp-workflow/core" } +chirp-client.workspace = true +chirp-workflow.workspace = true reqwest = "0.11" -rivet-connection = { path = "../../../../common/connection" } -rivet-pools = { path = "../../../../common/pools" } +rivet-connection.workspace = true +rivet-pools.workspace = true serde = { version = "1.0", features = ["derive"] } serde_json = "1.0" tokio = { version = "1.40", features = ["full"] } @@ -19,8 +19,8 @@ tracing-subscriber = { version = "0.3", default-features = false, features = ["f tracing-logfmt = "0.3" uuid = { version = "1", features = ["v4"] } -cluster = { path = "../.." } -rivet-config = { path = "../../../../common/config" } +cluster.workspace = true +rivet-config.workspace = true [dev-dependencies] -chirp-worker = { path = "../../../../common/chirp/worker" } +chirp-worker.workspace = true diff --git a/packages/services/cluster/standalone/gc/Cargo.toml b/packages/services/cluster/standalone/gc/Cargo.toml index ad25930ac..6b9cdc531 100644 --- a/packages/services/cluster/standalone/gc/Cargo.toml +++ b/packages/services/cluster/standalone/gc/Cargo.toml @@ -6,19 +6,19 @@ license.workspace = true edition.workspace = true [dependencies] -chirp-client = { path = "../../../../common/chirp/client" } -chirp-workflow = { path = "../../../../common/chirp-workflow/core" } -rivet-connection = { path = "../../../../common/connection" } -rivet-health-checks = { path = "../../../../common/health-checks" } -rivet-metrics = { path = "../../../../common/metrics" } -rivet-runtime = { path = "../../../../common/runtime" } +chirp-client.workspace = true +chirp-workflow.workspace = true +rivet-connection.workspace = true +rivet-health-checks.workspace = true +rivet-metrics.workspace = true +rivet-runtime.workspace = true tokio = { version = "1.40", features = ["full"] } tracing = "0.1" tracing-subscriber = { version = "0.3", default-features = false, features = ["fmt", "json", "ansi"] } tracing-logfmt = "0.3" -cluster = { path = "../.." } -rivet-config = { path = "../../../../common/config" } +cluster.workspace = true +rivet-config.workspace = true [dependencies.sqlx] path = "../../../../../externals/sqlx" diff --git a/packages/services/cluster/standalone/metrics-publish/Cargo.toml b/packages/services/cluster/standalone/metrics-publish/Cargo.toml index 195166f21..bee75d527 100644 --- a/packages/services/cluster/standalone/metrics-publish/Cargo.toml +++ b/packages/services/cluster/standalone/metrics-publish/Cargo.toml @@ -6,19 +6,19 @@ license.workspace = true edition.workspace = true [dependencies] -chirp-client = { path = "../../../../common/chirp/client" } -chirp-workflow = { path = "../../../../common/chirp-workflow/core" } -rivet-connection = { path = "../../../../common/connection" } -rivet-health-checks = { path = "../../../../common/health-checks" } -rivet-metrics = { path = "../../../../common/metrics" } -rivet-runtime = { path = "../../../../common/runtime" } +chirp-client.workspace = true +chirp-workflow.workspace = true +rivet-connection.workspace = true +rivet-health-checks.workspace = true +rivet-metrics.workspace = true +rivet-runtime.workspace = true strum = { version = "0.26", features = ["derive"] } tokio = { version = "1.40", features = ["full"] } tracing = "0.1" tracing-subscriber = { version = "0.3", default-features = false, features = ["fmt", "json", "ansi"] } -cluster = { path = "../.." } -rivet-config = { path = "../../../../common/config" } +cluster.workspace = true +rivet-config.workspace = true [dependencies.sqlx] path = "../../../../../externals/sqlx" diff --git a/packages/services/custom-user-avatar/ops/list-for-game/Cargo.toml b/packages/services/custom-user-avatar/ops/list-for-game/Cargo.toml index 371e98754..a00ef43a8 100644 --- a/packages/services/custom-user-avatar/ops/list-for-game/Cargo.toml +++ b/packages/services/custom-user-avatar/ops/list-for-game/Cargo.toml @@ -6,8 +6,8 @@ license.workspace = true edition.workspace = true [dependencies] -rivet-operation = { path = "../../../../common/operation/core" } -chirp-client = { path = "../../../../common/chirp/client" } +rivet-operation.workspace = true +chirp-client.workspace = true prost = "0.10" [dependencies.sqlx] @@ -15,9 +15,9 @@ path = "../../../../../externals/sqlx" default-features = false [dev-dependencies] -chirp-worker = { path = "../../../../common/chirp/worker" } +chirp-worker.workspace = true reqwest = "0.11" -custom-user-avatar-upload-complete = { path = "../upload-complete" } -faker-game = { path = "../../../faker/ops/game" } -upload-prepare = { path = "../../../upload/ops/prepare" } +custom-user-avatar-upload-complete.workspace = true +faker-game.workspace = true +upload-prepare.workspace = true diff --git a/packages/services/custom-user-avatar/ops/upload-complete/Cargo.toml b/packages/services/custom-user-avatar/ops/upload-complete/Cargo.toml index 4df45fd31..7422ff367 100644 --- a/packages/services/custom-user-avatar/ops/upload-complete/Cargo.toml +++ b/packages/services/custom-user-avatar/ops/upload-complete/Cargo.toml @@ -6,19 +6,19 @@ license.workspace = true edition.workspace = true [dependencies] -rivet-operation = { path = "../../../../common/operation/core" } -chirp-client = { path = "../../../../common/chirp/client" } +rivet-operation.workspace = true +chirp-client.workspace = true prost = "0.10" -upload-complete = { path = "../../../upload/ops/complete" } +upload-complete.workspace = true [dependencies.sqlx] path = "../../../../../externals/sqlx" default-features = false [dev-dependencies] -chirp-worker = { path = "../../../../common/chirp/worker" } +chirp-worker.workspace = true reqwest = "0.11" -upload-get = { path = "../../../upload/ops/get" } -upload-prepare = { path = "../../../upload/ops/prepare" } +upload-get.workspace = true +upload-prepare.workspace = true diff --git a/packages/services/debug/ops/email-res/Cargo.toml b/packages/services/debug/ops/email-res/Cargo.toml index 929f1b7cf..ef47af435 100644 --- a/packages/services/debug/ops/email-res/Cargo.toml +++ b/packages/services/debug/ops/email-res/Cargo.toml @@ -6,8 +6,8 @@ license.workspace = true edition.workspace = true [dependencies] -rivet-operation = { path = "../../../../common/operation/core" } -chirp-client = { path = "../../../../common/chirp/client" } +rivet-operation.workspace = true +chirp-client.workspace = true prost = "0.10" rand = "0.8" serde_json = "1.0" @@ -17,6 +17,6 @@ path = "../../../../../externals/sqlx" default-features = false [dev-dependencies] -chirp-worker = { path = "../../../../common/chirp/worker" } +chirp-worker.workspace = true -email-verification-create = { path = "../../../email-verification/ops/create" } +email-verification-create.workspace = true diff --git a/packages/services/ds-log/ops/export/Cargo.toml b/packages/services/ds-log/ops/export/Cargo.toml index ee9499a54..5accae851 100644 --- a/packages/services/ds-log/ops/export/Cargo.toml +++ b/packages/services/ds-log/ops/export/Cargo.toml @@ -6,17 +6,17 @@ license.workspace = true edition.workspace = true [dependencies] -chirp-client = { path = "../../../../common/chirp/client" } -rivet-operation = { path = "../../../../common/operation/core" } +chirp-client.workspace = true +rivet-operation.workspace = true reqwest = "0.11" serde = { version = "1.0", features = ["derive"] } -upload-complete = { path = "../../../upload/ops/complete" } -upload-prepare = { path = "../../../upload/ops/prepare" } +upload-complete.workspace = true +upload-prepare.workspace = true [dependencies.sqlx] path = "../../../../../externals/sqlx" default-features = false [dev-dependencies] -chirp-worker = { path = "../../../../common/chirp/worker" } +chirp-worker.workspace = true diff --git a/packages/services/ds-log/ops/read/Cargo.toml b/packages/services/ds-log/ops/read/Cargo.toml index 45868ca40..b5a483baa 100644 --- a/packages/services/ds-log/ops/read/Cargo.toml +++ b/packages/services/ds-log/ops/read/Cargo.toml @@ -6,12 +6,12 @@ license.workspace = true edition.workspace = true [dependencies] -chirp-client = { path = "../../../../common/chirp/client" } +chirp-client.workspace = true chrono = "0.4" clickhouse = { version = "0.11.2", features = ["wa-37420", "uuid"] } prost = "0.10" -rivet-operation = { path = "../../../../common/operation/core" } +rivet-operation.workspace = true serde = { version = "1.0", features = ["derive"] } [dev-dependencies] -chirp-worker = { path = "../../../../common/chirp/worker" } +chirp-worker.workspace = true diff --git a/packages/services/ds/Cargo.toml b/packages/services/ds/Cargo.toml index f5a87b400..bdd385b08 100644 --- a/packages/services/ds/Cargo.toml +++ b/packages/services/ds/Cargo.toml @@ -7,9 +7,9 @@ edition.workspace = true [dependencies] bit-vec = "0.6" -chirp-client = { path = "../../common/chirp/client" } -chirp-worker = { path = "../../common/chirp/worker" } -chirp-workflow = { path = "../../common/chirp-workflow/core" } +chirp-client.workspace = true +chirp-worker.workspace = true +chirp-workflow.workspace = true chrono = "0.4" cjson = "0.1" heck = "0.3" @@ -18,18 +18,18 @@ http = "0.2" lazy_static = "1.4.0" nix = { version = "0.27", default-features = false, features = ["signal"] } nomad-client-old = { package = "nomad-client", version = "0.0.9" } -nomad-util = { path = "../../common/nomad-util" } +nomad-util.workspace = true rand = "0.8" regex = "1.10" reqwest = { version = "0.12", features = ["json"] } -rivet-api = { path = "../../../sdks/full/rust" } -rivet-convert = { path = "../../common/convert" } -rivet-health-checks = { path = "../../common/health-checks" } -rivet-metrics = { path = "../../common/metrics" } -rivet-operation = { path = "../../common/operation/core" } -rivet-runtime = { path = "../../common/runtime" } -rivet-util = { path = "../../common/util/core" } -s3-util = { path = "../../common/s3-util" } +rivet-api.workspace = true +rivet-convert.workspace = true +rivet-health-checks.workspace = true +rivet-metrics.workspace = true +rivet-operation.workspace = true +rivet-runtime.workspace = true +rivet-util.workspace = true +s3-util.workspace = true serde = { version = "1.0", features = ["derive"] } serde_json = { version = "1.0", features = ["preserve_order"] } sha2 = "0.10" @@ -39,23 +39,23 @@ tracing-subscriber = { version = "0.3", default-features = false, features = [ "json", "ansi", ] } -util-build = { package = "rivet-util-build", path = "../build/util" } -util-job = { package = "rivet-util-job", path = "../job/util" } +util-build.workspace = true +util-job.workspace = true uuid = { version = "1", features = ["v4", "serde"] } -build = { path = "../build" } -build-get = { path = "../build/ops/get" } -cluster = { path = "../cluster" } -ip-info = { path = "../ip/ops/info" } -mm-config-version-get = { path = "../mm-config/ops/version-get" } -mm-lobby-get = { path = "../mm/ops/lobby-get" } -mm-lobby-list-for-user-id = { path = "../mm/ops/lobby-list-for-user-id" } -pegboard = { path = "../pegboard" } -region-get = { path = "../region/ops/get" } -tier = { path = "../tier" } -token-create = { path = "../token/ops/create" } -upload-get = { path = "../upload/ops/get" } -user-identity-get = { path = "../user-identity/ops/get" } +build.workspace = true +build-get.workspace = true +cluster.workspace = true +ip-info.workspace = true +mm-config-version-get.workspace = true +mm-lobby-get.workspace = true +mm-lobby-list-for-user-id.workspace = true +pegboard.workspace = true +region-get.workspace = true +tier.workspace = true +token-create.workspace = true +upload-get.workspace = true +user-identity-get.workspace = true rivet-config.workspace = true [dependencies.sqlx] @@ -67,9 +67,9 @@ package = "nomad_client" path = "../../../externals/nomad-client" [dev-dependencies] -cluster = { path = "../cluster" } -faker-build = { path = "../faker/ops/build" } -faker-game = { path = "../faker/ops/game" } -faker-region = { path = "../faker/ops/region" } -faker-user = { path = "../faker/ops/user" } -game-get = { path = "../game/ops/get" } +cluster.workspace = true +faker-build.workspace = true +faker-game.workspace = true +faker-region.workspace = true +faker-user.workspace = true +game-get.workspace = true diff --git a/packages/services/dynamic-config/Cargo.toml b/packages/services/dynamic-config/Cargo.toml index be08247b0..9ce1670a7 100644 --- a/packages/services/dynamic-config/Cargo.toml +++ b/packages/services/dynamic-config/Cargo.toml @@ -6,8 +6,8 @@ license.workspace = true edition.workspace = true [dependencies] -chirp-workflow = { path = "../../common/chirp-workflow/core" } +chirp-workflow.workspace = true indoc = "2.0.5" -rivet-config = { path = "../../common/config" } -rivet-operation = { path = "../../common/operation/core" } +rivet-config.workspace = true +rivet-operation.workspace = true tokio = "1.40.0" diff --git a/packages/services/email-verification/ops/complete/Cargo.toml b/packages/services/email-verification/ops/complete/Cargo.toml index 7dfe3df3c..ef01e8b15 100644 --- a/packages/services/email-verification/ops/complete/Cargo.toml +++ b/packages/services/email-verification/ops/complete/Cargo.toml @@ -6,8 +6,8 @@ license.workspace = true edition.workspace = true [dependencies] -rivet-operation = { path = "../../../../common/operation/core" } -chirp-client = { path = "../../../../common/chirp/client" } +rivet-operation.workspace = true +chirp-client.workspace = true chrono = "0.4" prost = "0.10" @@ -16,7 +16,7 @@ path = "../../../../../externals/sqlx" default-features = false [dev-dependencies] -chirp-worker = { path = "../../../../common/chirp/worker" } +chirp-worker.workspace = true -debug-email-res = { path = "../../../debug/ops/email-res" } -email-verification-create = { path = "../create" } +debug-email-res.workspace = true +email-verification-create.workspace = true diff --git a/packages/services/email-verification/ops/create/Cargo.toml b/packages/services/email-verification/ops/create/Cargo.toml index fd099fbb1..0b0017608 100644 --- a/packages/services/email-verification/ops/create/Cargo.toml +++ b/packages/services/email-verification/ops/create/Cargo.toml @@ -6,25 +6,25 @@ license.workspace = true edition.workspace = true [dependencies] -chirp-client = { path = "../../../../common/chirp/client" } -rivet-operation = { path = "../../../../common/operation/core" } +chirp-client.workspace = true +rivet-operation.workspace = true chrono = "0.4" email-address-parser = "1.0.1" prost = "0.10" rand = "0.8" serde_json = "1.0" -email-send = { path = "../../../email/ops/send" } -game-get = { path = "../../../game/ops/get" } +email-send.workspace = true +game-get.workspace = true [dependencies.sqlx] path = "../../../../../externals/sqlx" default-features = false [dev-dependencies] -chirp-worker = { path = "../../../../common/chirp/worker" } +chirp-worker.workspace = true reqwest = "0.11" -faker-game = { path = "../../../faker/ops/game" } -game-logo-upload-complete = { path = "../../../game/ops/logo-upload-complete" } -upload-prepare = { path = "../../../upload/ops/prepare" } +faker-game.workspace = true +game-logo-upload-complete.workspace = true +upload-prepare.workspace = true diff --git a/packages/services/email/ops/send/Cargo.toml b/packages/services/email/ops/send/Cargo.toml index d7dc08f29..b1736665e 100644 --- a/packages/services/email/ops/send/Cargo.toml +++ b/packages/services/email/ops/send/Cargo.toml @@ -6,8 +6,8 @@ license.workspace = true edition.workspace = true [dependencies] -rivet-operation = { path = "../../../../common/operation/core" } -chirp-client = { path = "../../../../common/chirp/client" } +rivet-operation.workspace = true +chirp-client.workspace = true prost = "0.10" reqwest = { version = "0.11", features = ["json"] } serde_json = "1.0" @@ -16,4 +16,4 @@ lazy_static = "1.4" base64 = "0.13.0" [dev-dependencies] -chirp-worker = { path = "../../../../common/chirp/worker" } +chirp-worker.workspace = true diff --git a/packages/services/external/ops/request-validate/Cargo.toml b/packages/services/external/ops/request-validate/Cargo.toml index 822a787ba..8317d84c6 100644 --- a/packages/services/external/ops/request-validate/Cargo.toml +++ b/packages/services/external/ops/request-validate/Cargo.toml @@ -6,12 +6,12 @@ license.workspace = true edition.workspace = true [dependencies] -chirp-client = { path = "../../../../common/chirp/client" } +chirp-client.workspace = true chrono = "0.4" http = "0.2" prost = "0.10" reqwest = { version = "0.11" } -rivet-operation = { path = "../../../../common/operation/core" } +rivet-operation.workspace = true serde = { version = "1.0", features = ["derive"] } serde_json = "1.0" @@ -20,4 +20,4 @@ path = "../../../../../externals/sqlx" default-features = false [dev-dependencies] -chirp-worker = { path = "../../../../common/chirp/worker" } +chirp-worker.workspace = true diff --git a/packages/services/external/worker/Cargo.toml b/packages/services/external/worker/Cargo.toml index e9afafda0..1d16f3522 100644 --- a/packages/services/external/worker/Cargo.toml +++ b/packages/services/external/worker/Cargo.toml @@ -6,14 +6,14 @@ license.workspace = true edition.workspace = true [dependencies] -chirp-worker = { path = "../../../common/chirp/worker" } -chirp-client = { path = "../../../common/chirp/client" } +chirp-worker.workspace = true +chirp-client.workspace = true reqwest = { version = "0.11" } -rivet-health-checks = { path = "../../../common/health-checks" } -rivet-metrics = { path = "../../../common/metrics" } -rivet-runtime = { path = "../../../common/runtime" } +rivet-health-checks.workspace = true +rivet-metrics.workspace = true +rivet-runtime.workspace = true chrono = "0.4" -rivet-config = { path = "../../../common/config" } +rivet-config.workspace = true [dev-dependencies] -chirp-worker = { path = "../../../common/chirp/worker" } +chirp-worker.workspace = true diff --git a/packages/services/faker/ops/build/Cargo.toml b/packages/services/faker/ops/build/Cargo.toml index 4708d9f7e..920d53790 100644 --- a/packages/services/faker/ops/build/Cargo.toml +++ b/packages/services/faker/ops/build/Cargo.toml @@ -6,15 +6,15 @@ license.workspace = true edition.workspace = true [dependencies] -chirp-client = { path = "../../../../common/chirp/client" } -rivet-operation = { path = "../../../../common/operation/core" } +chirp-client.workspace = true +rivet-operation.workspace = true prost = "0.10" uuid = { version = "1", features = ["v4"] } -build-create = { path = "../../../build/ops/create" } +build-create.workspace = true [dev-dependencies] -chirp-worker = { path = "../../../../common/chirp/worker" } +chirp-worker.workspace = true -faker-game = { path = "../game" } +faker-game.workspace = true diff --git a/packages/services/faker/ops/cdn-site/Cargo.toml b/packages/services/faker/ops/cdn-site/Cargo.toml index 32b19268b..32c69cdc6 100644 --- a/packages/services/faker/ops/cdn-site/Cargo.toml +++ b/packages/services/faker/ops/cdn-site/Cargo.toml @@ -6,15 +6,15 @@ license.workspace = true edition.workspace = true [dependencies] -rivet-operation = { path = "../../../../common/operation/core" } -chirp-client = { path = "../../../../common/chirp/client" } +rivet-operation.workspace = true +chirp-client.workspace = true prost = "0.10" reqwest = "0.11" -cdn-site-create = { path = "../../../cdn/ops/site-create" } -upload-complete = { path = "../../../upload/ops/complete" } +cdn-site-create.workspace = true +upload-complete.workspace = true [dev-dependencies] -chirp-worker = { path = "../../../../common/chirp/worker" } +chirp-worker.workspace = true -faker-game = { path = "../game" } +faker-game.workspace = true diff --git a/packages/services/faker/ops/game-namespace/Cargo.toml b/packages/services/faker/ops/game-namespace/Cargo.toml index abe0eeece..cf4eed60c 100644 --- a/packages/services/faker/ops/game-namespace/Cargo.toml +++ b/packages/services/faker/ops/game-namespace/Cargo.toml @@ -6,14 +6,14 @@ license.workspace = true edition.workspace = true [dependencies] -rivet-operation = { path = "../../../../common/operation/core" } -chirp-client = { path = "../../../../common/chirp/client" } +rivet-operation.workspace = true +chirp-client.workspace = true prost = "0.10" -cloud-namespace-create = { path = "../../../cloud/ops/namespace-create" } -game-namespace-create = { path = "../../../game/ops/namespace-create" } +cloud-namespace-create.workspace = true +game-namespace-create.workspace = true [dev-dependencies] -chirp-worker = { path = "../../../../common/chirp/worker" } +chirp-worker.workspace = true -faker-game = { path = "../game" } +faker-game.workspace = true diff --git a/packages/services/faker/ops/game-version/Cargo.toml b/packages/services/faker/ops/game-version/Cargo.toml index 36a0f24a8..029e505d8 100644 --- a/packages/services/faker/ops/game-version/Cargo.toml +++ b/packages/services/faker/ops/game-version/Cargo.toml @@ -6,20 +6,20 @@ license.workspace = true edition.workspace = true [dependencies] -rivet-operation = { path = "../../../../common/operation/core" } -chirp-client = { path = "../../../../common/chirp/client" } +rivet-operation.workspace = true +chirp-client.workspace = true prost = "0.10" -util-mm = { package = "rivet-util-mm", path = "../../../mm/util" } +util-mm.workspace = true -faker-build = { path = "../build" } -faker-cdn-site = { path = "../cdn-site" } -faker-region = { path = "../region" } -region-list = { path = "../../../region/ops/list" } -cloud-version-publish = { path = "../../../cloud/ops/version-publish" } -mm-config-version-get = { path = "../../../mm-config/ops/version-get" } -game-namespace-version-set = { path = "../../../game/ops/namespace-version-set" } +faker-build.workspace = true +faker-cdn-site.workspace = true +faker-region.workspace = true +region-list.workspace = true +cloud-version-publish.workspace = true +mm-config-version-get.workspace = true +game-namespace-version-set.workspace = true [dev-dependencies] -chirp-worker = { path = "../../../../common/chirp/worker" } +chirp-worker.workspace = true -faker-game = { path = "../game" } +faker-game.workspace = true diff --git a/packages/services/faker/ops/game/Cargo.toml b/packages/services/faker/ops/game/Cargo.toml index 1697600b6..79455acf7 100644 --- a/packages/services/faker/ops/game/Cargo.toml +++ b/packages/services/faker/ops/game/Cargo.toml @@ -6,18 +6,18 @@ license.workspace = true edition.workspace = true [dependencies] -rivet-operation = { path = "../../../../common/operation/core" } -chirp-client = { path = "../../../../common/chirp/client" } +rivet-operation.workspace = true +chirp-client.workspace = true prost = "0.10" -cloud-game-config-create = { path = "../../../cloud/ops/game-config-create" } -faker-game-namespace = { path = "../game-namespace" } -faker-game-version = { path = "../game-version" } -faker-team = { path = "../team" } -game-create = { path = "../../../game/ops/create" } -mm-config-game-upsert = { path = "../../../mm-config/ops/game-upsert" } +cloud-game-config-create.workspace = true +faker-game-namespace.workspace = true +faker-game-version.workspace = true +faker-team.workspace = true +game-create.workspace = true +mm-config-game-upsert.workspace = true [dev-dependencies] -chirp-worker = { path = "../../../../common/chirp/worker" } +chirp-worker.workspace = true -game-get = { path = "../../../game/ops/get" } +game-get.workspace = true diff --git a/packages/services/faker/ops/job-run/Cargo.toml b/packages/services/faker/ops/job-run/Cargo.toml index 726624a14..7115efcce 100644 --- a/packages/services/faker/ops/job-run/Cargo.toml +++ b/packages/services/faker/ops/job-run/Cargo.toml @@ -6,15 +6,15 @@ license.workspace = true edition.workspace = true [dependencies] -rivet-operation = { path = "../../../../common/operation/core" } -chirp-client = { path = "../../../../common/chirp/client" } +rivet-operation.workspace = true +chirp-client.workspace = true prost = "0.10" -faker-job-template = { path = "../job-template" } -faker-region = { path = "../region" } -job-run = { path = "../../../job-run" } -rivet-test = { path = "../../../../common/test" } +faker-job-template.workspace = true +faker-region.workspace = true +job-run.workspace = true +rivet-test.workspace = true [dev-dependencies] -chirp-worker = { path = "../../../../common/chirp/worker" } -rivet-test = { path = "../../../../common/test" } +chirp-worker.workspace = true +rivet-test.workspace = true diff --git a/packages/services/faker/ops/job-template/Cargo.toml b/packages/services/faker/ops/job-template/Cargo.toml index 81a4e00ca..b76ba4a56 100644 --- a/packages/services/faker/ops/job-template/Cargo.toml +++ b/packages/services/faker/ops/job-template/Cargo.toml @@ -6,12 +6,12 @@ license.workspace = true edition.workspace = true [dependencies] -rivet-operation = { path = "../../../../common/operation/core" } -chirp-client = { path = "../../../../common/chirp/client" } +rivet-operation.workspace = true +chirp-client.workspace = true prost = "0.10" -util-job = { package = "rivet-util-job", path = "../../../job/util" } +util-job.workspace = true nomad-client = "0.0.9" [dev-dependencies] -chirp-worker = { path = "../../../../common/chirp/worker" } +chirp-worker.workspace = true diff --git a/packages/services/faker/ops/mm-lobby-row/Cargo.toml b/packages/services/faker/ops/mm-lobby-row/Cargo.toml index 21d96618f..52ee21bb4 100644 --- a/packages/services/faker/ops/mm-lobby-row/Cargo.toml +++ b/packages/services/faker/ops/mm-lobby-row/Cargo.toml @@ -6,11 +6,11 @@ license.workspace = true edition.workspace = true [dependencies] -rivet-operation = { path = "../../../../common/operation/core" } -chirp-client = { path = "../../../../common/chirp/client" } +rivet-operation.workspace = true +chirp-client.workspace = true chrono = "0.4" prost = "0.10" -util-mm = { package = "rivet-util-mm", path = "../../../mm/util" } +util-mm.workspace = true [dev-dependencies] -chirp-worker = { path = "../../../../common/chirp/worker" } +chirp-worker.workspace = true diff --git a/packages/services/faker/ops/mm-lobby/Cargo.toml b/packages/services/faker/ops/mm-lobby/Cargo.toml index 0de467cbf..2aaf39fa9 100644 --- a/packages/services/faker/ops/mm-lobby/Cargo.toml +++ b/packages/services/faker/ops/mm-lobby/Cargo.toml @@ -6,20 +6,20 @@ license.workspace = true edition.workspace = true [dependencies] -chirp-client = { path = "../../../../common/chirp/client" } -rivet-operation = { path = "../../../../common/operation/core" } +chirp-client.workspace = true +rivet-operation.workspace = true prost = "0.10" -util-mm = { package = "rivet-util-mm", path = "../../../mm/util" } +util-mm.workspace = true -faker-build = { path = "../build" } -faker-game = { path = "../game" } -faker-game-version = { path = "../game-version" } -faker-region = { path = "../region" } -game-namespace-version-set = { path = "../../../game/ops/namespace-version-set" } -game-resolve-namespace-id = { path = "../../../game/ops/resolve-namespace-id" } -mm-config-version-get = { path = "../../../mm-config/ops/version-get" } -rivet-test = { path = "../../../../common/test" } +faker-build.workspace = true +faker-game.workspace = true +faker-game-version.workspace = true +faker-region.workspace = true +game-namespace-version-set.workspace = true +game-resolve-namespace-id.workspace = true +mm-config-version-get.workspace = true +rivet-test.workspace = true [dev-dependencies] -chirp-worker = { path = "../../../../common/chirp/worker" } -rivet-test = { path = "../../../../common/test" } +chirp-worker.workspace = true +rivet-test.workspace = true diff --git a/packages/services/faker/ops/mm-player/Cargo.toml b/packages/services/faker/ops/mm-player/Cargo.toml index 11c4320c9..b1331ffe6 100644 --- a/packages/services/faker/ops/mm-player/Cargo.toml +++ b/packages/services/faker/ops/mm-player/Cargo.toml @@ -6,11 +6,11 @@ license.workspace = true edition.workspace = true [dependencies] -rivet-operation = { path = "../../../../common/operation/core" } -chirp-client = { path = "../../../../common/chirp/client" } +rivet-operation.workspace = true +chirp-client.workspace = true prost = "0.10" -token-create = { path = "../../../token/ops/create" } +token-create.workspace = true [dev-dependencies] -chirp-worker = { path = "../../../../common/chirp/worker" } +chirp-worker.workspace = true diff --git a/packages/services/faker/ops/region/Cargo.toml b/packages/services/faker/ops/region/Cargo.toml index 3bfacd0c1..56fdd29a5 100644 --- a/packages/services/faker/ops/region/Cargo.toml +++ b/packages/services/faker/ops/region/Cargo.toml @@ -6,16 +6,16 @@ license.workspace = true edition.workspace = true [dependencies] -rivet-operation = { path = "../../../../common/operation/core" } -chirp-client = { path = "../../../../common/chirp/client" } +rivet-operation.workspace = true +chirp-client.workspace = true prost = "0.10" -region-get = { path = "../../../region/ops/get" } -region-list = { path = "../../../region/ops/list" } +region-get.workspace = true +region-list.workspace = true [dependencies.sqlx] path = "../../../../../externals/sqlx" default-features = false [dev-dependencies] -chirp-worker = { path = "../../../../common/chirp/worker" } +chirp-worker.workspace = true diff --git a/packages/services/faker/ops/team/Cargo.toml b/packages/services/faker/ops/team/Cargo.toml index 226e931a7..fe236ab10 100644 --- a/packages/services/faker/ops/team/Cargo.toml +++ b/packages/services/faker/ops/team/Cargo.toml @@ -6,13 +6,13 @@ license.workspace = true edition.workspace = true [dependencies] -rivet-operation = { path = "../../../../common/operation/core" } -chirp-client = { path = "../../../../common/chirp/client" } +rivet-operation.workspace = true +chirp-client.workspace = true prost = "0.10" -faker-user = { path = "../user" } +faker-user.workspace = true [dev-dependencies] -chirp-worker = { path = "../../../../common/chirp/worker" } +chirp-worker.workspace = true -team-get = { path = "../../../team/ops/get" } +team-get.workspace = true diff --git a/packages/services/faker/ops/user/Cargo.toml b/packages/services/faker/ops/user/Cargo.toml index 85819bb6d..67a500e36 100644 --- a/packages/services/faker/ops/user/Cargo.toml +++ b/packages/services/faker/ops/user/Cargo.toml @@ -6,11 +6,11 @@ license.workspace = true edition.workspace = true [dependencies] -chirp-client = { path = "../../../../common/chirp/client" } +chirp-client.workspace = true prost = "0.10" -rivet-operation = { path = "../../../../common/operation/core" } +rivet-operation.workspace = true [dev-dependencies] -chirp-worker = { path = "../../../../common/chirp/worker" } +chirp-worker.workspace = true -user-get = { path = "../../../user/ops/get" } +user-get.workspace = true diff --git a/packages/services/game/ops/banner-upload-complete/Cargo.toml b/packages/services/game/ops/banner-upload-complete/Cargo.toml index 200707597..b46dbb813 100644 --- a/packages/services/game/ops/banner-upload-complete/Cargo.toml +++ b/packages/services/game/ops/banner-upload-complete/Cargo.toml @@ -6,20 +6,20 @@ license.workspace = true edition.workspace = true [dependencies] -rivet-operation = { path = "../../../../common/operation/core" } -chirp-client = { path = "../../../../common/chirp/client" } +rivet-operation.workspace = true +chirp-client.workspace = true prost = "0.10" -upload-complete = { path = "../../../upload/ops/complete" } +upload-complete.workspace = true [dependencies.sqlx] path = "../../../../../externals/sqlx" default-features = false [dev-dependencies] -chirp-worker = { path = "../../../../common/chirp/worker" } +chirp-worker.workspace = true reqwest = "0.11" -faker-game = { path = "../../../faker/ops/game" } -upload-get = { path = "../../../upload/ops/get" } -upload-prepare = { path = "../../../upload/ops/prepare" } +faker-game.workspace = true +upload-get.workspace = true +upload-prepare.workspace = true diff --git a/packages/services/game/ops/create/Cargo.toml b/packages/services/game/ops/create/Cargo.toml index 86a256b40..c3dece925 100644 --- a/packages/services/game/ops/create/Cargo.toml +++ b/packages/services/game/ops/create/Cargo.toml @@ -6,21 +6,21 @@ license.workspace = true edition.workspace = true [dependencies] -chirp-client = { path = "../../../../common/chirp/client" } -chirp-workflow = { path = "../../../../common/chirp-workflow/core" } +chirp-client.workspace = true +chirp-workflow.workspace = true prost = "0.10" -rivet-operation = { path = "../../../../common/operation/core" } -util-team = { package = "rivet-util-team", path = "../../../team/util" } +rivet-operation.workspace = true +util-team.workspace = true -cluster = { path = "../../../cluster" } -game-validate = { path = "../validate" } -team-get = { path = "../../../team/ops/get" } +cluster.workspace = true +game-validate.workspace = true +team-get.workspace = true [dependencies.sqlx] path = "../../../../../externals/sqlx" default-features = false [dev-dependencies] -chirp-worker = { path = "../../../../common/chirp/worker" } +chirp-worker.workspace = true -faker-team = { path = "../../../faker/ops/team" } +faker-team.workspace = true diff --git a/packages/services/game/ops/get/Cargo.toml b/packages/services/game/ops/get/Cargo.toml index 068f3dc8c..db8ef1b01 100644 --- a/packages/services/game/ops/get/Cargo.toml +++ b/packages/services/game/ops/get/Cargo.toml @@ -6,19 +6,19 @@ license.workspace = true edition.workspace = true [dependencies] -rivet-operation = { path = "../../../../common/operation/core" } -chirp-client = { path = "../../../../common/chirp/client" } +rivet-operation.workspace = true +chirp-client.workspace = true prost = "0.10" -upload-file-list = { path = "../../../upload/ops/file-list" } -upload-get = { path = "../../../upload/ops/get" } +upload-file-list.workspace = true +upload-get.workspace = true [dependencies.sqlx] path = "../../../../../externals/sqlx" default-features = false [dev-dependencies] -chirp-worker = { path = "../../../../common/chirp/worker" } +chirp-worker.workspace = true -faker-team = { path = "../../../faker/ops/team" } -game-create = { path = "../create" } +faker-team.workspace = true +game-create.workspace = true diff --git a/packages/services/game/ops/list-all/Cargo.toml b/packages/services/game/ops/list-all/Cargo.toml index 8c27e665f..3071e1c51 100644 --- a/packages/services/game/ops/list-all/Cargo.toml +++ b/packages/services/game/ops/list-all/Cargo.toml @@ -6,8 +6,8 @@ license.workspace = true edition.workspace = true [dependencies] -rivet-operation = { path = "../../../../common/operation/core" } -chirp-client = { path = "../../../../common/chirp/client" } +rivet-operation.workspace = true +chirp-client.workspace = true prost = "0.10" [dependencies.sqlx] @@ -15,4 +15,4 @@ path = "../../../../../externals/sqlx" default-features = false [dev-dependencies] -chirp-worker = { path = "../../../../common/chirp/worker" } +chirp-worker.workspace = true diff --git a/packages/services/game/ops/list-for-team/Cargo.toml b/packages/services/game/ops/list-for-team/Cargo.toml index 3556faaa0..2d2f1cc8e 100644 --- a/packages/services/game/ops/list-for-team/Cargo.toml +++ b/packages/services/game/ops/list-for-team/Cargo.toml @@ -6,14 +6,14 @@ license.workspace = true edition.workspace = true [dependencies] -chirp-client = { path = "../../../../common/chirp/client" } -rivet-operation = { path = "../../../../common/operation/core" } +chirp-client.workspace = true +rivet-operation.workspace = true [dependencies.sqlx] path = "../../../../../externals/sqlx" default-features = false [dev-dependencies] -chirp-worker = { path = "../../../../common/chirp/worker" } -faker-game = { path = "../../../faker/ops/game" } -faker-team = { path = "../../../faker/ops/team" } +chirp-worker.workspace = true +faker-game.workspace = true +faker-team.workspace = true diff --git a/packages/services/game/ops/logo-upload-complete/Cargo.toml b/packages/services/game/ops/logo-upload-complete/Cargo.toml index ee549c3f6..944f081e6 100644 --- a/packages/services/game/ops/logo-upload-complete/Cargo.toml +++ b/packages/services/game/ops/logo-upload-complete/Cargo.toml @@ -6,20 +6,20 @@ license.workspace = true edition.workspace = true [dependencies] -rivet-operation = { path = "../../../../common/operation/core" } -chirp-client = { path = "../../../../common/chirp/client" } +rivet-operation.workspace = true +chirp-client.workspace = true prost = "0.10" -upload-complete = { path = "../../../upload/ops/complete" } +upload-complete.workspace = true [dependencies.sqlx] path = "../../../../../externals/sqlx" default-features = false [dev-dependencies] -chirp-worker = { path = "../../../../common/chirp/worker" } +chirp-worker.workspace = true reqwest = "0.11" -faker-game = { path = "../../../faker/ops/game" } -upload-prepare = { path = "../../../upload/ops/prepare" } -upload-get = { path = "../../../upload/ops/get" } +faker-game.workspace = true +upload-prepare.workspace = true +upload-get.workspace = true diff --git a/packages/services/game/ops/namespace-create/Cargo.toml b/packages/services/game/ops/namespace-create/Cargo.toml index 6507e28b7..1ab455df2 100644 --- a/packages/services/game/ops/namespace-create/Cargo.toml +++ b/packages/services/game/ops/namespace-create/Cargo.toml @@ -6,18 +6,18 @@ license.workspace = true edition.workspace = true [dependencies] -rivet-operation = { path = "../../../../common/operation/core" } -chirp-client = { path = "../../../../common/chirp/client" } +rivet-operation.workspace = true +chirp-client.workspace = true prost = "0.10" -game-namespace-validate = { path = "../namespace-validate" } +game-namespace-validate.workspace = true [dependencies.sqlx] path = "../../../../../externals/sqlx" default-features = false [dev-dependencies] -chirp-worker = { path = "../../../../common/chirp/worker" } +chirp-worker.workspace = true -faker-game = { path = "../../../faker/ops/game" } -game-version-create = { path = "../version-create" } +faker-game.workspace = true +game-version-create.workspace = true diff --git a/packages/services/game/ops/namespace-get/Cargo.toml b/packages/services/game/ops/namespace-get/Cargo.toml index 27782da92..f6aa9af06 100644 --- a/packages/services/game/ops/namespace-get/Cargo.toml +++ b/packages/services/game/ops/namespace-get/Cargo.toml @@ -6,8 +6,8 @@ license.workspace = true edition.workspace = true [dependencies] -rivet-operation = { path = "../../../../common/operation/core" } -chirp-client = { path = "../../../../common/chirp/client" } +rivet-operation.workspace = true +chirp-client.workspace = true prost = "0.10" [dependencies.sqlx] @@ -15,8 +15,8 @@ path = "../../../../../externals/sqlx" default-features = false [dev-dependencies] -chirp-worker = { path = "../../../../common/chirp/worker" } +chirp-worker.workspace = true -faker-game = { path = "../../../faker/ops/game" } -game-namespace-create = { path = "../namespace-create" } -game-version-create = { path = "../version-create" } +faker-game.workspace = true +game-namespace-create.workspace = true +game-version-create.workspace = true diff --git a/packages/services/game/ops/namespace-list/Cargo.toml b/packages/services/game/ops/namespace-list/Cargo.toml index 0c6c1fd30..fa2452bde 100644 --- a/packages/services/game/ops/namespace-list/Cargo.toml +++ b/packages/services/game/ops/namespace-list/Cargo.toml @@ -6,8 +6,8 @@ license.workspace = true edition.workspace = true [dependencies] -rivet-operation = { path = "../../../../common/operation/core" } -chirp-client = { path = "../../../../common/chirp/client" } +rivet-operation.workspace = true +chirp-client.workspace = true prost = "0.10" [dependencies.sqlx] @@ -15,8 +15,8 @@ path = "../../../../../externals/sqlx" default-features = false [dev-dependencies] -chirp-worker = { path = "../../../../common/chirp/worker" } +chirp-worker.workspace = true -faker-game = { path = "../../../faker/ops/game" } -game-namespace-create = { path = "../namespace-create" } -game-version-create = { path = "../version-create" } +faker-game.workspace = true +game-namespace-create.workspace = true +game-version-create.workspace = true diff --git a/packages/services/game/ops/namespace-resolve-name-id/Cargo.toml b/packages/services/game/ops/namespace-resolve-name-id/Cargo.toml index b5fdd361f..954f4144e 100644 --- a/packages/services/game/ops/namespace-resolve-name-id/Cargo.toml +++ b/packages/services/game/ops/namespace-resolve-name-id/Cargo.toml @@ -6,8 +6,8 @@ license.workspace = true edition.workspace = true [dependencies] -rivet-operation = { path = "../../../../common/operation/core" } -chirp-client = { path = "../../../../common/chirp/client" } +rivet-operation.workspace = true +chirp-client.workspace = true prost = "0.10" [dependencies.sqlx] @@ -15,8 +15,8 @@ path = "../../../../../externals/sqlx" default-features = false [dev-dependencies] -chirp-worker = { path = "../../../../common/chirp/worker" } +chirp-worker.workspace = true -faker-game = { path = "../../../faker/ops/game" } -faker-game-namespace = { path = "../../../faker/ops/game-namespace" } -game-namespace-get = { path = "../namespace-get" } +faker-game.workspace = true +faker-game-namespace.workspace = true +game-namespace-get.workspace = true diff --git a/packages/services/game/ops/namespace-resolve-url/Cargo.toml b/packages/services/game/ops/namespace-resolve-url/Cargo.toml index 752b14947..02e14f3fb 100644 --- a/packages/services/game/ops/namespace-resolve-url/Cargo.toml +++ b/packages/services/game/ops/namespace-resolve-url/Cargo.toml @@ -6,21 +6,21 @@ license.workspace = true edition.workspace = true [dependencies] -rivet-operation = { path = "../../../../common/operation/core" } -chirp-client = { path = "../../../../common/chirp/client" } +rivet-operation.workspace = true +chirp-client.workspace = true prost = "0.10" url = "2.2" -game-resolve-name-id = { path = "../resolve-name-id" } -cdn-namespace-resolve-domain = { path = "../../../cdn/ops/namespace-resolve-domain" } -game-namespace-get = { path = "../namespace-get" } -game-namespace-resolve-name-id = { path = "../namespace-resolve-name-id" } +game-resolve-name-id.workspace = true +cdn-namespace-resolve-domain.workspace = true +game-namespace-get.workspace = true +game-namespace-resolve-name-id.workspace = true [dev-dependencies] -chirp-worker = { path = "../../../../common/chirp/worker" } +chirp-worker.workspace = true -cdn-namespace-domain-create = { path = "../../../cdn/ops/namespace-domain-create" } -faker-game = { path = "../../../faker/ops/game" } -game-get = { path = "../get" } -game-namespace-get = { path = "../namespace-get" } -game-namespace-list = { path = "../namespace-list" } +cdn-namespace-domain-create.workspace = true +faker-game.workspace = true +game-get.workspace = true +game-namespace-get.workspace = true +game-namespace-list.workspace = true diff --git a/packages/services/game/ops/namespace-validate/Cargo.toml b/packages/services/game/ops/namespace-validate/Cargo.toml index 9a525413d..a2207a468 100644 --- a/packages/services/game/ops/namespace-validate/Cargo.toml +++ b/packages/services/game/ops/namespace-validate/Cargo.toml @@ -6,13 +6,13 @@ license.workspace = true edition.workspace = true [dependencies] -rivet-operation = { path = "../../../../common/operation/core" } -chirp-client = { path = "../../../../common/chirp/client" } +rivet-operation.workspace = true +chirp-client.workspace = true prost = "0.10" -game-namespace-resolve-name-id = { path = "../namespace-resolve-name-id" } +game-namespace-resolve-name-id.workspace = true [dev-dependencies] -chirp-worker = { path = "../../../../common/chirp/worker" } +chirp-worker.workspace = true -faker-game = { path = "../../../faker/ops/game" } +faker-game.workspace = true diff --git a/packages/services/game/ops/namespace-version-history-list/Cargo.toml b/packages/services/game/ops/namespace-version-history-list/Cargo.toml index a4020fdaf..3fbf99c98 100644 --- a/packages/services/game/ops/namespace-version-history-list/Cargo.toml +++ b/packages/services/game/ops/namespace-version-history-list/Cargo.toml @@ -6,8 +6,8 @@ license.workspace = true edition.workspace = true [dependencies] -rivet-operation = { path = "../../../../common/operation/core" } -chirp-client = { path = "../../../../common/chirp/client" } +rivet-operation.workspace = true +chirp-client.workspace = true prost = "0.10" [dependencies.sqlx] @@ -15,4 +15,4 @@ path = "../../../../../externals/sqlx" default-features = false [dev-dependencies] -chirp-worker = { path = "../../../../common/chirp/worker" } +chirp-worker.workspace = true diff --git a/packages/services/game/ops/namespace-version-set/Cargo.toml b/packages/services/game/ops/namespace-version-set/Cargo.toml index 739f2c1f1..a678342ce 100644 --- a/packages/services/game/ops/namespace-version-set/Cargo.toml +++ b/packages/services/game/ops/namespace-version-set/Cargo.toml @@ -6,21 +6,21 @@ license.workspace = true edition.workspace = true [dependencies] -rivet-operation = { path = "../../../../common/operation/core" } -chirp-client = { path = "../../../../common/chirp/client" } +rivet-operation.workspace = true +chirp-client.workspace = true prost = "0.10" -game-resolve-namespace-id = { path = "../resolve-namespace-id" } -game-get = { path = "../get" } -region-list-for-game = { path = "../../../region/ops/list-for-game" } -mm-lobby-idle-update = { path = "../../../mm/ops/lobby-idle-update" } +game-resolve-namespace-id.workspace = true +game-get.workspace = true +region-list-for-game.workspace = true +mm-lobby-idle-update.workspace = true [dependencies.sqlx] path = "../../../../../externals/sqlx" default-features = false [dev-dependencies] -chirp-worker = { path = "../../../../common/chirp/worker" } +chirp-worker.workspace = true -faker-game = { path = "../../../faker/ops/game" } -game-version-create = { path = "../version-create" } +faker-game.workspace = true +game-version-create.workspace = true diff --git a/packages/services/game/ops/recommend/Cargo.toml b/packages/services/game/ops/recommend/Cargo.toml index 9e36b16a2..5cf2387ec 100644 --- a/packages/services/game/ops/recommend/Cargo.toml +++ b/packages/services/game/ops/recommend/Cargo.toml @@ -6,8 +6,8 @@ license.workspace = true edition.workspace = true [dependencies] -rivet-operation = { path = "../../../../common/operation/core" } -chirp-client = { path = "../../../../common/chirp/client" } +rivet-operation.workspace = true +chirp-client.workspace = true prost = "0.10" [dependencies.sqlx] @@ -15,6 +15,6 @@ path = "../../../../../externals/sqlx" default-features = false [dev-dependencies] -chirp-worker = { path = "../../../../common/chirp/worker" } +chirp-worker.workspace = true -faker-game = { path = "../../../faker/ops/game" } +faker-game.workspace = true diff --git a/packages/services/game/ops/resolve-name-id/Cargo.toml b/packages/services/game/ops/resolve-name-id/Cargo.toml index 94e7b002b..b9ef5ec8a 100644 --- a/packages/services/game/ops/resolve-name-id/Cargo.toml +++ b/packages/services/game/ops/resolve-name-id/Cargo.toml @@ -6,8 +6,8 @@ license.workspace = true edition.workspace = true [dependencies] -rivet-operation = { path = "../../../../common/operation/core" } -chirp-client = { path = "../../../../common/chirp/client" } +rivet-operation.workspace = true +chirp-client.workspace = true prost = "0.10" [dependencies.sqlx] @@ -15,7 +15,7 @@ path = "../../../../../externals/sqlx" default-features = false [dev-dependencies] -chirp-worker = { path = "../../../../common/chirp/worker" } +chirp-worker.workspace = true -faker-game = { path = "../../../faker/ops/game" } -game-get = { path = "../get" } +faker-game.workspace = true +game-get.workspace = true diff --git a/packages/services/game/ops/resolve-namespace-id/Cargo.toml b/packages/services/game/ops/resolve-namespace-id/Cargo.toml index 3d79efec7..6d60192cd 100644 --- a/packages/services/game/ops/resolve-namespace-id/Cargo.toml +++ b/packages/services/game/ops/resolve-namespace-id/Cargo.toml @@ -6,8 +6,8 @@ license.workspace = true edition.workspace = true [dependencies] -rivet-operation = { path = "../../../../common/operation/core" } -chirp-client = { path = "../../../../common/chirp/client" } +rivet-operation.workspace = true +chirp-client.workspace = true prost = "0.10" [dependencies.sqlx] @@ -15,8 +15,8 @@ path = "../../../../../externals/sqlx" default-features = false [dev-dependencies] -chirp-worker = { path = "../../../../common/chirp/worker" } +chirp-worker.workspace = true -faker-game = { path = "../../../faker/ops/game" } -game-namespace-create = { path = "../namespace-create" } -game-version-create = { path = "../version-create" } +faker-game.workspace = true +game-namespace-create.workspace = true +game-version-create.workspace = true diff --git a/packages/services/game/ops/token-development-validate/Cargo.toml b/packages/services/game/ops/token-development-validate/Cargo.toml index 9cc8d2cfa..d0af91c61 100644 --- a/packages/services/game/ops/token-development-validate/Cargo.toml +++ b/packages/services/game/ops/token-development-validate/Cargo.toml @@ -6,9 +6,9 @@ license.workspace = true edition.workspace = true [dependencies] -rivet-operation = { path = "../../../../common/operation/core" } -chirp-client = { path = "../../../../common/chirp/client" } +rivet-operation.workspace = true +chirp-client.workspace = true prost = "0.10" [dev-dependencies] -chirp-worker = { path = "../../../../common/chirp/worker" } +chirp-worker.workspace = true diff --git a/packages/services/game/ops/validate/Cargo.toml b/packages/services/game/ops/validate/Cargo.toml index ff70252cd..a74f6213a 100644 --- a/packages/services/game/ops/validate/Cargo.toml +++ b/packages/services/game/ops/validate/Cargo.toml @@ -6,10 +6,10 @@ license.workspace = true edition.workspace = true [dependencies] -rivet-operation = { path = "../../../../common/operation/core" } -chirp-client = { path = "../../../../common/chirp/client" } +rivet-operation.workspace = true +chirp-client.workspace = true prost = "0.10" -game-resolve-name-id = { path = "../resolve-name-id" } +game-resolve-name-id.workspace = true [dev-dependencies] -chirp-worker = { path = "../../../../common/chirp/worker" } +chirp-worker.workspace = true diff --git a/packages/services/game/ops/version-create/Cargo.toml b/packages/services/game/ops/version-create/Cargo.toml index 177a564d8..e56f9ebb0 100644 --- a/packages/services/game/ops/version-create/Cargo.toml +++ b/packages/services/game/ops/version-create/Cargo.toml @@ -6,18 +6,18 @@ license.workspace = true edition.workspace = true [dependencies] -rivet-operation = { path = "../../../../common/operation/core" } -chirp-client = { path = "../../../../common/chirp/client" } +rivet-operation.workspace = true +chirp-client.workspace = true prost = "0.10" -game-version-get = { path = "../version-get" } -game-version-list = { path = "../version-list" } +game-version-get.workspace = true +game-version-list.workspace = true [dependencies.sqlx] path = "../../../../../externals/sqlx" default-features = false [dev-dependencies] -chirp-worker = { path = "../../../../common/chirp/worker" } +chirp-worker.workspace = true -faker-game = { path = "../../../faker/ops/game" } +faker-game.workspace = true diff --git a/packages/services/game/ops/version-get/Cargo.toml b/packages/services/game/ops/version-get/Cargo.toml index ab3020e06..6721f3280 100644 --- a/packages/services/game/ops/version-get/Cargo.toml +++ b/packages/services/game/ops/version-get/Cargo.toml @@ -6,8 +6,8 @@ license.workspace = true edition.workspace = true [dependencies] -rivet-operation = { path = "../../../../common/operation/core" } -chirp-client = { path = "../../../../common/chirp/client" } +rivet-operation.workspace = true +chirp-client.workspace = true prost = "0.10" [dependencies.sqlx] @@ -15,7 +15,7 @@ path = "../../../../../externals/sqlx" default-features = false [dev-dependencies] -chirp-worker = { path = "../../../../common/chirp/worker" } +chirp-worker.workspace = true -faker-game = { path = "../../../faker/ops/game" } -game-version-create = { path = "../version-create" } +faker-game.workspace = true +game-version-create.workspace = true diff --git a/packages/services/game/ops/version-list/Cargo.toml b/packages/services/game/ops/version-list/Cargo.toml index 3af90d28d..8e0c817bb 100644 --- a/packages/services/game/ops/version-list/Cargo.toml +++ b/packages/services/game/ops/version-list/Cargo.toml @@ -6,8 +6,8 @@ license.workspace = true edition.workspace = true [dependencies] -rivet-operation = { path = "../../../../common/operation/core" } -chirp-client = { path = "../../../../common/chirp/client" } +rivet-operation.workspace = true +chirp-client.workspace = true prost = "0.10" [dependencies.sqlx] @@ -15,7 +15,7 @@ path = "../../../../../externals/sqlx" default-features = false [dev-dependencies] -chirp-worker = { path = "../../../../common/chirp/worker" } +chirp-worker.workspace = true -faker-game = { path = "../../../faker/ops/game" } -game-version-create = { path = "../version-create" } +faker-game.workspace = true +game-version-create.workspace = true diff --git a/packages/services/game/ops/version-validate/Cargo.toml b/packages/services/game/ops/version-validate/Cargo.toml index 425efa7cd..7480cd4fa 100644 --- a/packages/services/game/ops/version-validate/Cargo.toml +++ b/packages/services/game/ops/version-validate/Cargo.toml @@ -6,19 +6,19 @@ license.workspace = true edition.workspace = true [dependencies] -chirp-client = { path = "../../../../common/chirp/client" } -chirp-workflow = { path = "../../../../common/chirp-workflow/core" } -rivet-operation = { path = "../../../../common/operation/core" } +chirp-client.workspace = true +chirp-workflow.workspace = true +rivet-operation.workspace = true prost = "0.10" -util-mm = { package = "rivet-util-mm", path = "../../../mm/util" } +util-mm.workspace = true -external-request-validate = { path = "../../../external/ops/request-validate" } -game-version-get = { path = "../version-get" } -game-version-list = { path = "../version-list" } -mm-config-game-get = { path = "../../../mm-config/ops/game-get" } -region-get = { path = "../../../region/ops/get" } -tier = { path = "../../../tier" } +external-request-validate.workspace = true +game-version-get.workspace = true +game-version-list.workspace = true +mm-config-game-get.workspace = true +region-get.workspace = true +tier.workspace = true [dev-dependencies] -chirp-worker = { path = "../../../../common/chirp/worker" } -faker-game = { path = "../../../faker/ops/game" } +chirp-worker.workspace = true +faker-game.workspace = true diff --git a/packages/services/ip/ops/info/Cargo.toml b/packages/services/ip/ops/info/Cargo.toml index 2debcae11..4ecc81c77 100644 --- a/packages/services/ip/ops/info/Cargo.toml +++ b/packages/services/ip/ops/info/Cargo.toml @@ -6,11 +6,11 @@ license.workspace = true edition.workspace = true [dependencies] -chirp-client = { path = "../../../../common/chirp/client" } +chirp-client.workspace = true chrono = "0.4" prost = "0.10" reqwest = { version = "0.11", features = ["json"] } -rivet-operation = { path = "../../../../common/operation/core" } +rivet-operation.workspace = true serde = { version = "1.0", features = ["derive"] } serde_json = "1.0" @@ -19,4 +19,4 @@ path = "../../../../../externals/sqlx" default-features = false [dev-dependencies] -chirp-worker = { path = "../../../../common/chirp/worker" } +chirp-worker.workspace = true diff --git a/packages/services/job-log/ops/read/Cargo.toml b/packages/services/job-log/ops/read/Cargo.toml index 0e9f12022..5e65b59ea 100644 --- a/packages/services/job-log/ops/read/Cargo.toml +++ b/packages/services/job-log/ops/read/Cargo.toml @@ -6,12 +6,12 @@ license.workspace = true edition.workspace = true [dependencies] -chirp-client = { path = "../../../../common/chirp/client" } +chirp-client.workspace = true chrono = "0.4" clickhouse = { version = "0.11.2", features = ["wa-37420", "uuid"] } prost = "0.10" -rivet-operation = { path = "../../../../common/operation/core" } +rivet-operation.workspace = true serde = { version = "1.0", features = ["derive"] } [dev-dependencies] -chirp-worker = { path = "../../../../common/chirp/worker" } +chirp-worker.workspace = true diff --git a/packages/services/job-log/worker/Cargo.toml b/packages/services/job-log/worker/Cargo.toml index af49d4d1b..b632396d8 100644 --- a/packages/services/job-log/worker/Cargo.toml +++ b/packages/services/job-log/worker/Cargo.toml @@ -6,19 +6,19 @@ license.workspace = true edition.workspace = true [dependencies] -chirp-worker = { path = "../../../common/chirp/worker" } -chirp-client = { path = "../../../common/chirp/client" } +chirp-worker.workspace = true +chirp-client.workspace = true clickhouse = { version = "0.11.2", features = ["wa-37420", "uuid"] } -rivet-health-checks = { path = "../../../common/health-checks" } -rivet-metrics = { path = "../../../common/metrics" } -rivet-runtime = { path = "../../../common/runtime" } +rivet-health-checks.workspace = true +rivet-metrics.workspace = true +rivet-runtime.workspace = true reqwest = "0.11" serde = { version = "1.0", features = ["derive"] } -upload-complete = { path = "../../upload/ops/complete" } -upload-prepare = { path = "../../upload/ops/prepare" } -rivet-config = { path = "../../../common/config" } +upload-complete.workspace = true +upload-prepare.workspace = true +rivet-config.workspace = true [dev-dependencies] -chirp-worker = { path = "../../../common/chirp/worker" } -s3-util = { path = "../../../common/s3-util" } +chirp-worker.workspace = true +s3-util.workspace = true diff --git a/packages/services/job-run/Cargo.toml b/packages/services/job-run/Cargo.toml index 6108a29fd..3748bf564 100644 --- a/packages/services/job-run/Cargo.toml +++ b/packages/services/job-run/Cargo.toml @@ -6,31 +6,31 @@ license.workspace = true edition.workspace = true [dependencies] -chirp-client = { path = "../../common/chirp/client" } -chirp-worker = { path = "../../common/chirp/worker" } -chirp-workflow = { path = "../../common/chirp-workflow/core" } +chirp-client.workspace = true +chirp-worker.workspace = true +chirp-workflow.workspace = true chrono = "0.4" cjson = "0.1" hex = "0.4" indoc = "1.0" lazy_static = "1.4.0" nomad-client = "0.0.9" -nomad-util = { path = "../../common/nomad-util" } +nomad-util.workspace = true rand = "0.8" reqwest = "0.11" -rivet-health-checks = { path = "../../common/health-checks" } -rivet-metrics = { path = "../../common/metrics" } -rivet-operation = { path = "../../common/operation/core" } -rivet-runtime = { path = "../../common/runtime" } +rivet-health-checks.workspace = true +rivet-metrics.workspace = true +rivet-operation.workspace = true +rivet-runtime.workspace = true serde = { version = "1.0", features = ["derive"] } serde_json = "1.0" serde_urlencoded = "0.7.0" sha2 = "0.10" -util-job = { package = "rivet-util-job", path = "../job/util" } +util-job.workspace = true -region-get = { path = "../region/ops/get" } -token-create = { path = "../token/ops/create" } -rivet-config = { path = "../../common/config" } +region-get.workspace = true +token-create.workspace = true +rivet-config.workspace = true [dependencies.nomad_client_new] package = "nomad_client" @@ -42,11 +42,11 @@ default-features = false features = [ "json" ] [dev-dependencies] -rivet-test = { path = "../../common/test" } +rivet-test.workspace = true rustls = "0.21" webpki = "0.22" webpki-roots = "0.22" -faker-job-run = { path = "../faker/ops/job-run" } -faker-job-template = { path = "../faker/ops/job-template" } -faker-region = { path = "../faker/ops/region" } +faker-job-run.workspace = true +faker-job-template.workspace = true +faker-region.workspace = true diff --git a/packages/services/job/standalone/gc/Cargo.toml b/packages/services/job/standalone/gc/Cargo.toml index 0e4207231..c7f871638 100644 --- a/packages/services/job/standalone/gc/Cargo.toml +++ b/packages/services/job/standalone/gc/Cargo.toml @@ -6,20 +6,20 @@ license.workspace = true edition.workspace = true [dependencies] -chirp-client = { path = "../../../../common/chirp/client" } +chirp-client.workspace = true chrono = "0.4" futures-util = "0.3" indoc = "1.0" lazy_static = "1.4" nomad-client = "0.0.9" -nomad-util = { path = "../../../../common/nomad-util" } +nomad-util.workspace = true prost = "0.10" -rivet-connection = { path = "../../../../common/connection" } -rivet-health-checks = { path = "../../../../common/health-checks" } -rivet-metrics = { path = "../../../../common/metrics" } -rivet-operation = { path = "../../../../common/operation/core" } -rivet-pools = { path = "../../../../common/pools" } -rivet-runtime = { path = "../../../../common/runtime" } +rivet-connection.workspace = true +rivet-health-checks.workspace = true +rivet-metrics.workspace = true +rivet-operation.workspace = true +rivet-pools.workspace = true +rivet-runtime.workspace = true serde_json = "1.0" tokio = { version = "1.40", features = ["full"] } tracing = "0.1" @@ -31,16 +31,16 @@ tracing-subscriber = { version = "0.3", default-features = false, features = [ tracing-logfmt = "0.3" uuid = { version = "1", features = ["serde"] } -mm-lobby-for-run-id = { path = "../../../mm/ops/lobby-for-run-id" } -mm-lobby-get = { path = "../../../mm/ops/lobby-get" } -rivet-config = { path = "../../../../common/config" } +mm-lobby-for-run-id.workspace = true +mm-lobby-get.workspace = true +rivet-config.workspace = true [dependencies.sqlx] path = "../../../../../externals/sqlx" default-features = false [dev-dependencies] -chirp-worker = { path = "../../../../common/chirp/worker" } +chirp-worker.workspace = true -faker-job-run = { path = "../../../faker/ops/job-run" } -job-run = { path = "../../../job-run" } +faker-job-run.workspace = true +job-run.workspace = true diff --git a/packages/services/linode/Cargo.toml b/packages/services/linode/Cargo.toml index be34249e8..0b88144a9 100644 --- a/packages/services/linode/Cargo.toml +++ b/packages/services/linode/Cargo.toml @@ -6,12 +6,12 @@ license.workspace = true edition.workspace = true [dependencies] -chirp-workflow = { path = "../../common/chirp-workflow/core" } +chirp-workflow.workspace = true chrono = "0.4" ipnet = "2.10.1" rand = "0.8" reqwest = { version = "0.11", features = ["json"] } -rivet-config = { path = "../../common/config" } +rivet-config.workspace = true serde = { version = "1.0", features = ["derive"] } serde_json = "1.0" ssh-key = "0.6.3" @@ -21,4 +21,4 @@ path = "../../../externals/sqlx" default-features = false [dev-dependencies] -cluster = { path = "../cluster" } +cluster.workspace = true diff --git a/packages/services/linode/standalone/gc/Cargo.toml b/packages/services/linode/standalone/gc/Cargo.toml index 2b074573d..9d0f63982 100644 --- a/packages/services/linode/standalone/gc/Cargo.toml +++ b/packages/services/linode/standalone/gc/Cargo.toml @@ -6,14 +6,14 @@ license.workspace = true edition.workspace = true [dependencies] -chirp-client = { path = "../../../../common/chirp/client" } -chirp-workflow = { path = "../../../../common/chirp-workflow/core" } +chirp-client.workspace = true +chirp-workflow.workspace = true chrono = "0.4" reqwest = "0.11" -rivet-connection = { path = "../../../../common/connection" } -rivet-health-checks = { path = "../../../../common/health-checks" } -rivet-metrics = { path = "../../../../common/metrics" } -rivet-runtime = { path = "../../../../common/runtime" } +rivet-connection.workspace = true +rivet-health-checks.workspace = true +rivet-metrics.workspace = true +rivet-runtime.workspace = true serde = { version = "1.0", features = ["derive"] } serde_json = "1.0" tokio = { version = "1.40", features = ["full"] } @@ -21,9 +21,9 @@ tracing = "0.1" tracing-subscriber = { version = "0.3", default-features = false, features = ["fmt", "json", "ansi"] } tracing-logfmt = "0.3" -cluster = { path = "../../../cluster" } -linode = { path = "../.." } -rivet-config = { path = "../../../../common/config" } +cluster.workspace = true +linode.workspace = true +rivet-config.workspace = true [dependencies.sqlx] path = "../../../../../externals/sqlx" diff --git a/packages/services/load-test/standalone/api-cloud/Cargo.toml b/packages/services/load-test/standalone/api-cloud/Cargo.toml index 7a3027b95..26c6bac6e 100644 --- a/packages/services/load-test/standalone/api-cloud/Cargo.toml +++ b/packages/services/load-test/standalone/api-cloud/Cargo.toml @@ -6,10 +6,10 @@ license.workspace = true edition.workspace = true [dependencies] -chirp-client = { path = "../../../../common/chirp/client" } -rivet-operation = { path = "../../../../common/operation/core" } -rivet-connection = { path = "../../../../common/connection" } -rivet-runtime = { path = "../../../../common/runtime" } +chirp-client.workspace = true +rivet-operation.workspace = true +rivet-connection.workspace = true +rivet-runtime.workspace = true tokio = { version = "1.40", features = ["full"] } tracing = "0.1" tracing-subscriber = { version = "0.3", default-features = false, features = [ @@ -18,14 +18,14 @@ tracing-subscriber = { version = "0.3", default-features = false, features = [ "ansi", ] } tracing-logfmt = "0.3" -rivet-api = { path = "../../../../../sdks/full/rust" } +rivet-api.workspace = true reqwest = "0.11" -faker-game = { path = "../../../faker/ops/game" } -faker-team = { path = "../../../faker/ops/team" } -user-identity-create = { path = "../../../user-identity/ops/create" } -token-create = { path = "../../../token/ops/create" } -rivet-config = { path = "../../../../common/config" } +faker-game.workspace = true +faker-team.workspace = true +user-identity-create.workspace = true +token-create.workspace = true +rivet-config.workspace = true [dev-dependencies] -chirp-worker = { path = "../../../../common/chirp/worker" } +chirp-worker.workspace = true diff --git a/packages/services/load-test/standalone/mm-sustain/Cargo.toml b/packages/services/load-test/standalone/mm-sustain/Cargo.toml index 32f801eba..26b9ea21c 100644 --- a/packages/services/load-test/standalone/mm-sustain/Cargo.toml +++ b/packages/services/load-test/standalone/mm-sustain/Cargo.toml @@ -6,33 +6,33 @@ license.workspace = true edition.workspace = true [dependencies] -chirp-client = { path = "../../../../common/chirp/client" } -rivet-operation = { path = "../../../../common/operation/core" } -rivet-connection = { path = "../../../../common/connection" } -rivet-runtime = { path = "../../../../common/runtime" } +chirp-client.workspace = true +rivet-operation.workspace = true +rivet-connection.workspace = true +rivet-runtime.workspace = true tokio = { version = "1.40", features = ["full"] } tracing = "0.1" tracing-subscriber = { version = "0.3", default-features = false, features = ["fmt", "json", "ansi"] } tracing-logfmt = "0.3" rand = "0.8" -rivet-api = { path = "../../../../../sdks/full/rust" } +rivet-api.workspace = true reqwest = "0.11" -faker-game = { path = "../../../faker/ops/game" } -faker-team = { path = "../../../faker/ops/team" } -faker-game-namespace = { path = "../../../faker/ops/game-namespace" } -faker-game-version = { path = "../../../faker/ops/game-version" } -faker-region = { path = "../../../faker/ops/region" } -faker-build = { path = "../../../faker/ops/build" } -mm-config-version-get = { path = "../../../mm-config/ops/version-get" } -game-namespace-version-set = { path = "../../../game/ops/namespace-version-set" } -mm-lobby-get = { path = "../../../mm/ops/lobby-get" } -job-run = { path = "../../../job-run" } -user-identity-create = { path = "../../../user-identity/ops/create" } -token-create = { path = "../../../token/ops/create" } -util-mm = { package = "rivet-util-mm", path = "../../../mm/util" } -rivet-config = { path = "../../../../common/config" } -rivet-test = { path = "../../../../common/test" } +faker-game.workspace = true +faker-team.workspace = true +faker-game-namespace.workspace = true +faker-game-version.workspace = true +faker-region.workspace = true +faker-build.workspace = true +mm-config-version-get.workspace = true +game-namespace-version-set.workspace = true +mm-lobby-get.workspace = true +job-run.workspace = true +user-identity-create.workspace = true +token-create.workspace = true +util-mm.workspace = true +rivet-config.workspace = true +rivet-test.workspace = true [dev-dependencies] -chirp-worker = { path = "../../../../common/chirp/worker" } +chirp-worker.workspace = true diff --git a/packages/services/load-test/standalone/mm/Cargo.toml b/packages/services/load-test/standalone/mm/Cargo.toml index 7412abf8a..e76565324 100644 --- a/packages/services/load-test/standalone/mm/Cargo.toml +++ b/packages/services/load-test/standalone/mm/Cargo.toml @@ -6,11 +6,11 @@ license.workspace = true edition.workspace = true [dependencies] -chirp-client = { path = "../../../../common/chirp/client" } -rivet-claims = { path = "../../../../common/claims" } -rivet-operation = { path = "../../../../common/operation/core" } -rivet-connection = { path = "../../../../common/connection" } -rivet-runtime = { path = "../../../../common/runtime" } +chirp-client.workspace = true +rivet-claims.workspace = true +rivet-operation.workspace = true +rivet-connection.workspace = true +rivet-runtime.workspace = true tokio = { version = "1.40", features = ["full"] } tracing = "0.1" tracing-subscriber = { version = "0.3", default-features = false, features = [ @@ -19,23 +19,23 @@ tracing-subscriber = { version = "0.3", default-features = false, features = [ "ansi", ] } tracing-logfmt = "0.3" -rivet-api = { path = "../../../../../sdks/full/rust" } +rivet-api.workspace = true reqwest = "0.11" -cloud-namespace-token-public-create = { path = "../../../cloud/ops/namespace-token-public-create" } -faker-build = { path = "../../../faker/ops/build" } -faker-game = { path = "../../../faker/ops/game" } -faker-game-namespace = { path = "../../../faker/ops/game-namespace" } -faker-game-version = { path = "../../../faker/ops/game-version" } -faker-region = { path = "../../../faker/ops/region" } +cloud-namespace-token-public-create.workspace = true +faker-build.workspace = true +faker-game.workspace = true +faker-game-namespace.workspace = true +faker-game-version.workspace = true +faker-region.workspace = true mm-config-namespace-config-set = { path = '../../../mm-config/ops/namespace-config-set' } mm-lobby-list-for-namespace = { path = '../../../mm/ops/lobby-list-for-namespace' } mm-player-count-for-namespace = { path = '../../../mm/ops/player-count-for-namespace' } mm-lobby-player-count = { path = '../../../mm/ops/lobby-player-count' } -region-get = { path = "../../../region/ops/get" } -token-create = { path = "../../../token/ops/create" } -rivet-config = { path = "../../../../common/config" } +region-get.workspace = true +token-create.workspace = true +rivet-config.workspace = true [dev-dependencies] -chirp-worker = { path = "../../../../common/chirp/worker" } +chirp-worker.workspace = true diff --git a/packages/services/load-test/standalone/sqlx/Cargo.toml b/packages/services/load-test/standalone/sqlx/Cargo.toml index b478ef4e4..c57dbdbe3 100644 --- a/packages/services/load-test/standalone/sqlx/Cargo.toml +++ b/packages/services/load-test/standalone/sqlx/Cargo.toml @@ -6,12 +6,12 @@ license.workspace = true edition.workspace = true [dependencies] -chirp-client = { path = "../../../../common/chirp/client" } -rivet-connection = { path = "../../../../common/connection" } -rivet-health-checks = { path = "../../../../common/health-checks" } -rivet-metrics = { path = "../../../../common/metrics" } -rivet-operation = { path = "../../../../common/operation/core" } -rivet-runtime = { path = "../../../../common/runtime" } +chirp-client.workspace = true +rivet-connection.workspace = true +rivet-health-checks.workspace = true +rivet-metrics.workspace = true +rivet-operation.workspace = true +rivet-runtime.workspace = true tokio = { version = "1.40", features = ["full"] } tracing = "0.1" tracing-subscriber = { version = "0.3", default-features = false, features = [ @@ -21,13 +21,13 @@ tracing-subscriber = { version = "0.3", default-features = false, features = [ ] } tracing-logfmt = "0.3" -cdn-namespace-get = { path = "../../../cdn/ops/namespace-get" } -mm-config-version-get = { path = "../../../mm-config/ops/version-get" } -cdn-version-get = { path = "../../../cdn/ops/version-get" } -rivet-config = { path = "../../../../common/config" } +cdn-namespace-get.workspace = true +mm-config-version-get.workspace = true +cdn-version-get.workspace = true +rivet-config.workspace = true [dev-dependencies] -chirp-worker = { path = "../../../../common/chirp/worker" } +chirp-worker.workspace = true [dependencies.sqlx] path = "../../../../../externals/sqlx" diff --git a/packages/services/load-test/standalone/watch-requests/Cargo.toml b/packages/services/load-test/standalone/watch-requests/Cargo.toml index e688a5776..123a94828 100644 --- a/packages/services/load-test/standalone/watch-requests/Cargo.toml +++ b/packages/services/load-test/standalone/watch-requests/Cargo.toml @@ -6,22 +6,22 @@ license.workspace = true edition.workspace = true [dependencies] -chirp-client = { path = "../../../../common/chirp/client" } -rivet-operation = { path = "../../../../common/operation/core" } -rivet-connection = { path = "../../../../common/connection" } -rivet-runtime = { path = "../../../../common/runtime" } +chirp-client.workspace = true +rivet-operation.workspace = true +rivet-connection.workspace = true +rivet-runtime.workspace = true tokio = { version = "1.40", features = ["full"] } tracing = "0.1" tracing-subscriber = { version = "0.3", default-features = false, features = ["fmt", "json", "ansi"] } tracing-logfmt = "0.3" -rivet-api = { path = "../../../../../sdks/full/rust" } +rivet-api.workspace = true reqwest = "0.11" -faker-game = { path = "../../../faker/ops/game" } -faker-team = { path = "../../../faker/ops/team" } -user-identity-create = { path = "../../../user-identity/ops/create" } -token-create = { path = "../../../token/ops/create" } -rivet-config = { path = "../../../../common/config" } +faker-game.workspace = true +faker-team.workspace = true +user-identity-create.workspace = true +token-create.workspace = true +rivet-config.workspace = true [dev-dependencies] -chirp-worker = { path = "../../../../common/chirp/worker" } +chirp-worker.workspace = true diff --git a/packages/services/mm-config/ops/game-get/Cargo.toml b/packages/services/mm-config/ops/game-get/Cargo.toml index dbbf58e1f..1a7199a7b 100644 --- a/packages/services/mm-config/ops/game-get/Cargo.toml +++ b/packages/services/mm-config/ops/game-get/Cargo.toml @@ -6,12 +6,12 @@ license.workspace = true edition.workspace = true [dependencies] -chirp-client = { path = "../../../../common/chirp/client" } -rivet-operation = { path = "../../../../common/operation/core" } +chirp-client.workspace = true +rivet-operation.workspace = true [dependencies.sqlx] path = "../../../../../externals/sqlx" default-features = false [dev-dependencies] -chirp-worker = { path = "../../../../common/chirp/worker" } +chirp-worker.workspace = true diff --git a/packages/services/mm-config/ops/game-upsert/Cargo.toml b/packages/services/mm-config/ops/game-upsert/Cargo.toml index 247bf4ef6..7d229968f 100644 --- a/packages/services/mm-config/ops/game-upsert/Cargo.toml +++ b/packages/services/mm-config/ops/game-upsert/Cargo.toml @@ -6,12 +6,12 @@ license.workspace = true edition.workspace = true [dependencies] -chirp-client = { path = "../../../../common/chirp/client" } -rivet-operation = { path = "../../../../common/operation/core" } +chirp-client.workspace = true +rivet-operation.workspace = true [dependencies.sqlx] path = "../../../../../externals/sqlx" default-features = false [dev-dependencies] -chirp-worker = { path = "../../../../common/chirp/worker" } +chirp-worker.workspace = true diff --git a/packages/services/mm-config/ops/lobby-group-get/Cargo.toml b/packages/services/mm-config/ops/lobby-group-get/Cargo.toml index c1278e309..2df4ecd25 100644 --- a/packages/services/mm-config/ops/lobby-group-get/Cargo.toml +++ b/packages/services/mm-config/ops/lobby-group-get/Cargo.toml @@ -6,8 +6,8 @@ license.workspace = true edition.workspace = true [dependencies] -rivet-operation = { path = "../../../../common/operation/core" } -chirp-client = { path = "../../../../common/chirp/client" } +rivet-operation.workspace = true +chirp-client.workspace = true prost = "0.10" [dependencies.sqlx] @@ -15,8 +15,8 @@ path = "../../../../../externals/sqlx" default-features = false [dev-dependencies] -chirp-worker = { path = "../../../../common/chirp/worker" } +chirp-worker.workspace = true -faker-game = { path = "../../../faker/ops/game" } -faker-game-version = { path = "../../../faker/ops/game-version" } -mm-config-version-get = { path = "../version-get" } +faker-game.workspace = true +faker-game-version.workspace = true +mm-config-version-get.workspace = true diff --git a/packages/services/mm-config/ops/lobby-group-resolve-name-id/Cargo.toml b/packages/services/mm-config/ops/lobby-group-resolve-name-id/Cargo.toml index d7896019d..0175a1d35 100644 --- a/packages/services/mm-config/ops/lobby-group-resolve-name-id/Cargo.toml +++ b/packages/services/mm-config/ops/lobby-group-resolve-name-id/Cargo.toml @@ -6,19 +6,19 @@ license.workspace = true edition.workspace = true [dependencies] -rivet-operation = { path = "../../../../common/operation/core" } -chirp-client = { path = "../../../../common/chirp/client" } +rivet-operation.workspace = true +chirp-client.workspace = true prost = "0.10" -util-mm = { package = "rivet-util-mm", path = "../../../mm/util" } +util-mm.workspace = true [dependencies.sqlx] path = "../../../../../externals/sqlx" default-features = false [dev-dependencies] -chirp-worker = { path = "../../../../common/chirp/worker" } +chirp-worker.workspace = true -faker-build = { path = "../../../faker/ops/build" } -faker-game = { path = "../../../faker/ops/game" } -faker-region = { path = "../../../faker/ops/region" } -faker-game-version = { path = "../../../faker/ops/game-version" } +faker-build.workspace = true +faker-game.workspace = true +faker-region.workspace = true +faker-game-version.workspace = true diff --git a/packages/services/mm-config/ops/lobby-group-resolve-version/Cargo.toml b/packages/services/mm-config/ops/lobby-group-resolve-version/Cargo.toml index e6522c488..c68cc1eab 100644 --- a/packages/services/mm-config/ops/lobby-group-resolve-version/Cargo.toml +++ b/packages/services/mm-config/ops/lobby-group-resolve-version/Cargo.toml @@ -6,8 +6,8 @@ license.workspace = true edition.workspace = true [dependencies] -rivet-operation = { path = "../../../../common/operation/core" } -chirp-client = { path = "../../../../common/chirp/client" } +rivet-operation.workspace = true +chirp-client.workspace = true prost = "0.10" [dependencies.sqlx] @@ -15,8 +15,8 @@ path = "../../../../../externals/sqlx" default-features = false [dev-dependencies] -chirp-worker = { path = "../../../../common/chirp/worker" } +chirp-worker.workspace = true -faker-game = { path = "../../../faker/ops/game" } -faker-game-version = { path = "../../../faker/ops/game-version" } -mm-config-version-get = { path = "../version-get" } +faker-game.workspace = true +faker-game-version.workspace = true +mm-config-version-get.workspace = true diff --git a/packages/services/mm-config/ops/namespace-config-set/Cargo.toml b/packages/services/mm-config/ops/namespace-config-set/Cargo.toml index 02dd1a673..5d555c7b1 100644 --- a/packages/services/mm-config/ops/namespace-config-set/Cargo.toml +++ b/packages/services/mm-config/ops/namespace-config-set/Cargo.toml @@ -6,18 +6,18 @@ license.workspace = true edition.workspace = true [dependencies] -rivet-operation = { path = "../../../../common/operation/core" } -chirp-client = { path = "../../../../common/chirp/client" } +rivet-operation.workspace = true +chirp-client.workspace = true prost = "0.10" -mm-config-namespace-config-validate = { path = "../namespace-config-validate" } +mm-config-namespace-config-validate.workspace = true [dependencies.sqlx] path = "../../../../../externals/sqlx" default-features = false [dev-dependencies] -chirp-worker = { path = "../../../../common/chirp/worker" } +chirp-worker.workspace = true -faker-game = { path = "../../../faker/ops/game" } -mm-config-namespace-get = { path = "../namespace-get" } +faker-game.workspace = true +mm-config-namespace-get.workspace = true diff --git a/packages/services/mm-config/ops/namespace-config-validate/Cargo.toml b/packages/services/mm-config/ops/namespace-config-validate/Cargo.toml index b4e5a7b3e..f828f5364 100644 --- a/packages/services/mm-config/ops/namespace-config-validate/Cargo.toml +++ b/packages/services/mm-config/ops/namespace-config-validate/Cargo.toml @@ -6,9 +6,9 @@ license.workspace = true edition.workspace = true [dependencies] -rivet-operation = { path = "../../../../common/operation/core" } -chirp-client = { path = "../../../../common/chirp/client" } +rivet-operation.workspace = true +chirp-client.workspace = true prost = "0.10" [dev-dependencies] -chirp-worker = { path = "../../../../common/chirp/worker" } +chirp-worker.workspace = true diff --git a/packages/services/mm-config/ops/namespace-create/Cargo.toml b/packages/services/mm-config/ops/namespace-create/Cargo.toml index fdcc6a6d4..2ee6077f0 100644 --- a/packages/services/mm-config/ops/namespace-create/Cargo.toml +++ b/packages/services/mm-config/ops/namespace-create/Cargo.toml @@ -6,8 +6,8 @@ license.workspace = true edition.workspace = true [dependencies] -rivet-operation = { path = "../../../../common/operation/core" } -chirp-client = { path = "../../../../common/chirp/client" } +rivet-operation.workspace = true +chirp-client.workspace = true prost = "0.10" [dependencies.sqlx] @@ -15,4 +15,4 @@ path = "../../../../../externals/sqlx" default-features = false [dev-dependencies] -chirp-worker = { path = "../../../../common/chirp/worker" } +chirp-worker.workspace = true diff --git a/packages/services/mm-config/ops/namespace-get/Cargo.toml b/packages/services/mm-config/ops/namespace-get/Cargo.toml index 8a528dd6d..a78b16c57 100644 --- a/packages/services/mm-config/ops/namespace-get/Cargo.toml +++ b/packages/services/mm-config/ops/namespace-get/Cargo.toml @@ -6,8 +6,8 @@ license.workspace = true edition.workspace = true [dependencies] -rivet-operation = { path = "../../../../common/operation/core" } -chirp-client = { path = "../../../../common/chirp/client" } +rivet-operation.workspace = true +chirp-client.workspace = true prost = "0.10" [dependencies.sqlx] @@ -15,6 +15,6 @@ path = "../../../../../externals/sqlx" default-features = false [dev-dependencies] -chirp-worker = { path = "../../../../common/chirp/worker" } +chirp-worker.workspace = true -mm-config-namespace-create = { path = "../namespace-create" } +mm-config-namespace-create.workspace = true diff --git a/packages/services/mm-config/ops/version-get/Cargo.toml b/packages/services/mm-config/ops/version-get/Cargo.toml index 269b4b771..9da9e3407 100644 --- a/packages/services/mm-config/ops/version-get/Cargo.toml +++ b/packages/services/mm-config/ops/version-get/Cargo.toml @@ -6,20 +6,20 @@ license.workspace = true edition.workspace = true [dependencies] -rivet-operation = { path = "../../../../common/operation/core" } -chirp-client = { path = "../../../../common/chirp/client" } +rivet-operation.workspace = true +chirp-client.workspace = true prost = "0.10" -util-mm = { package = "rivet-util-mm", path = "../../../mm/util" } +util-mm.workspace = true [dependencies.sqlx] path = "../../../../../externals/sqlx" default-features = false [dev-dependencies] -chirp-worker = { path = "../../../../common/chirp/worker" } +chirp-worker.workspace = true -faker-build = { path = "../../../faker/ops/build" } -faker-game = { path = "../../../faker/ops/game" } -faker-region = { path = "../../../faker/ops/region" } -mm-config-version-prepare = { path = "../version-prepare" } -mm-config-version-publish = { path = "../version-publish" } +faker-build.workspace = true +faker-game.workspace = true +faker-region.workspace = true +mm-config-version-prepare.workspace = true +mm-config-version-publish.workspace = true diff --git a/packages/services/mm-config/ops/version-prepare/Cargo.toml b/packages/services/mm-config/ops/version-prepare/Cargo.toml index ddb5a6318..e09aead38 100644 --- a/packages/services/mm-config/ops/version-prepare/Cargo.toml +++ b/packages/services/mm-config/ops/version-prepare/Cargo.toml @@ -6,31 +6,31 @@ license.workspace = true edition.workspace = true [dependencies] -chirp-client = { path = "../../../../common/chirp/client" } -chirp-workflow = { path = "../../../../common/chirp-workflow/core" } +chirp-client.workspace = true +chirp-workflow.workspace = true heck = "0.3" nomad-client = "0.0.9" prost = "0.10" reqwest = "0.11" -rivet-operation = { path = "../../../../common/operation/core" } -s3-util = { path = "../../../../common/s3-util" } -util-build = { package = "rivet-util-build", path = "../../../build/util" } -util-job = { package = "rivet-util-job", path = "../../../job/util" } +rivet-operation.workspace = true +s3-util.workspace = true +util-build.workspace = true +util-job.workspace = true -build-get = { path = "../../../build/ops/get" } -cluster = { path = "../../../cluster" } -upload-get = { path = "../../../upload/ops/get" } -region-get = { path = "../../../region/ops/get" } -tier = { path = "../../../tier" } +build-get.workspace = true +cluster.workspace = true +upload-get.workspace = true +region-get.workspace = true +tier.workspace = true [dependencies.sqlx] path = "../../../../../externals/sqlx" default-features = false [dev-dependencies] -chirp-worker = { path = "../../../../common/chirp/worker" } -util-mm = { package = "rivet-util-mm", path = "../../../mm/util" } +chirp-worker.workspace = true +util-mm.workspace = true -faker-build = { path = "../../../faker/ops/build" } -faker-game = { path = "../../../faker/ops/game" } -faker-region = { path = "../../../faker/ops/region" } +faker-build.workspace = true +faker-game.workspace = true +faker-region.workspace = true diff --git a/packages/services/mm-config/ops/version-publish/Cargo.toml b/packages/services/mm-config/ops/version-publish/Cargo.toml index 21673e7ab..383bf95cd 100644 --- a/packages/services/mm-config/ops/version-publish/Cargo.toml +++ b/packages/services/mm-config/ops/version-publish/Cargo.toml @@ -6,19 +6,19 @@ license.workspace = true edition.workspace = true [dependencies] -chirp-client = { path = "../../../../common/chirp/client" } -rivet-operation = { path = "../../../../common/operation/core" } +chirp-client.workspace = true +rivet-operation.workspace = true prost = "0.10" -util-mm = { package = "rivet-util-mm", path = "../../../mm/util" } +util-mm.workspace = true [dependencies.sqlx] path = "../../../../../externals/sqlx" default-features = false [dev-dependencies] -chirp-worker = { path = "../../../../common/chirp/worker" } +chirp-worker.workspace = true -faker-build = { path = "../../../faker/ops/build" } -faker-game = { path = "../../../faker/ops/game" } -faker-region = { path = "../../../faker/ops/region" } -mm-config-version-prepare = { path = "../version-prepare" } +faker-build.workspace = true +faker-game.workspace = true +faker-region.workspace = true +mm-config-version-prepare.workspace = true diff --git a/packages/services/mm/ops/dev-player-token-create/Cargo.toml b/packages/services/mm/ops/dev-player-token-create/Cargo.toml index 7960dd5b2..b8c3e8784 100644 --- a/packages/services/mm/ops/dev-player-token-create/Cargo.toml +++ b/packages/services/mm/ops/dev-player-token-create/Cargo.toml @@ -6,11 +6,11 @@ license.workspace = true edition.workspace = true [dependencies] -rivet-operation = { path = "../../../../common/operation/core" } -chirp-client = { path = "../../../../common/chirp/client" } +rivet-operation.workspace = true +chirp-client.workspace = true prost = "0.10" -token-create = { path = "../../../token/ops/create" } +token-create.workspace = true [dev-dependencies] -chirp-worker = { path = "../../../../common/chirp/worker" } +chirp-worker.workspace = true diff --git a/packages/services/mm/ops/lobby-find-fail/Cargo.toml b/packages/services/mm/ops/lobby-find-fail/Cargo.toml index 472e8eb43..c1f876cfb 100644 --- a/packages/services/mm/ops/lobby-find-fail/Cargo.toml +++ b/packages/services/mm/ops/lobby-find-fail/Cargo.toml @@ -6,10 +6,10 @@ license.workspace = true edition.workspace = true [dependencies] -rivet-operation = { path = "../../../../common/operation/core" } -chirp-client = { path = "../../../../common/chirp/client" } +rivet-operation.workspace = true +chirp-client.workspace = true prost = "0.10" -util-mm = { package = "rivet-util-mm", path = "../../util" } +util-mm.workspace = true [dev-dependencies] -chirp-worker = { path = "../../../../common/chirp/worker" } +chirp-worker.workspace = true diff --git a/packages/services/mm/ops/lobby-find-lobby-query-list/Cargo.toml b/packages/services/mm/ops/lobby-find-lobby-query-list/Cargo.toml index 8b2de68d4..65f103ab5 100644 --- a/packages/services/mm/ops/lobby-find-lobby-query-list/Cargo.toml +++ b/packages/services/mm/ops/lobby-find-lobby-query-list/Cargo.toml @@ -6,10 +6,10 @@ license.workspace = true edition.workspace = true [dependencies] -rivet-operation = { path = "../../../../common/operation/core" } -chirp-client = { path = "../../../../common/chirp/client" } +rivet-operation.workspace = true +chirp-client.workspace = true prost = "0.10" -util-mm = { package = "rivet-util-mm", path = "../../util" } +util-mm.workspace = true [dev-dependencies] -chirp-worker = { path = "../../../../common/chirp/worker" } +chirp-worker.workspace = true diff --git a/packages/services/mm/ops/lobby-find-try-complete/Cargo.toml b/packages/services/mm/ops/lobby-find-try-complete/Cargo.toml index cf6b95ad4..8ad8719a5 100644 --- a/packages/services/mm/ops/lobby-find-try-complete/Cargo.toml +++ b/packages/services/mm/ops/lobby-find-try-complete/Cargo.toml @@ -6,11 +6,11 @@ license.workspace = true edition.workspace = true [dependencies] -rivet-operation = { path = "../../../../common/operation/core" } -chirp-client = { path = "../../../../common/chirp/client" } +rivet-operation.workspace = true +chirp-client.workspace = true chrono = "0.4" prost = "0.10" -util-mm = { package = "rivet-util-mm", path = "../../util" } +util-mm.workspace = true [dev-dependencies] -chirp-worker = { path = "../../../../common/chirp/worker" } +chirp-worker.workspace = true diff --git a/packages/services/mm/ops/lobby-for-run-id/Cargo.toml b/packages/services/mm/ops/lobby-for-run-id/Cargo.toml index d84c2811e..323f262e7 100644 --- a/packages/services/mm/ops/lobby-for-run-id/Cargo.toml +++ b/packages/services/mm/ops/lobby-for-run-id/Cargo.toml @@ -6,14 +6,14 @@ license.workspace = true edition.workspace = true [dependencies] -chirp-client = { path = "../../../../common/chirp/client" } -rivet-operation = { path = "../../../../common/operation/core" } +chirp-client.workspace = true +rivet-operation.workspace = true [dependencies.sqlx] path = "../../../../../externals/sqlx" default-features = false [dev-dependencies] -chirp-worker = { path = "../../../../common/chirp/worker" } -faker-mm-lobby = { path = "../../../faker/ops/mm-lobby" } +chirp-worker.workspace = true +faker-mm-lobby.workspace = true diff --git a/packages/services/mm/ops/lobby-get/Cargo.toml b/packages/services/mm/ops/lobby-get/Cargo.toml index c55b8c705..809b9bc9d 100644 --- a/packages/services/mm/ops/lobby-get/Cargo.toml +++ b/packages/services/mm/ops/lobby-get/Cargo.toml @@ -6,8 +6,8 @@ license.workspace = true edition.workspace = true [dependencies] -rivet-operation = { path = "../../../../common/operation/core" } -chirp-client = { path = "../../../../common/chirp/client" } +rivet-operation.workspace = true +chirp-client.workspace = true chrono = "0.4" prost = "0.10" @@ -16,6 +16,6 @@ path = "../../../../../externals/sqlx" default-features = false [dev-dependencies] -chirp-worker = { path = "../../../../common/chirp/worker" } +chirp-worker.workspace = true -faker-mm-lobby = { path = "../../../faker/ops/mm-lobby" } +faker-mm-lobby.workspace = true diff --git a/packages/services/mm/ops/lobby-history/Cargo.toml b/packages/services/mm/ops/lobby-history/Cargo.toml index 4c7d2a5cd..91347eb25 100644 --- a/packages/services/mm/ops/lobby-history/Cargo.toml +++ b/packages/services/mm/ops/lobby-history/Cargo.toml @@ -6,8 +6,8 @@ license.workspace = true edition.workspace = true [dependencies] -rivet-operation = { path = "../../../../common/operation/core" } -chirp-client = { path = "../../../../common/chirp/client" } +rivet-operation.workspace = true +chirp-client.workspace = true chrono = "0.4" prost = "0.10" @@ -16,6 +16,6 @@ path = "../../../../../externals/sqlx" default-features = false [dev-dependencies] -chirp-worker = { path = "../../../../common/chirp/worker" } +chirp-worker.workspace = true -faker-mm-lobby-row = { path = "../../../faker/ops/mm-lobby-row" } +faker-mm-lobby-row.workspace = true diff --git a/packages/services/mm/ops/lobby-idle-update/Cargo.toml b/packages/services/mm/ops/lobby-idle-update/Cargo.toml index cd1843a4a..b188b2ff9 100644 --- a/packages/services/mm/ops/lobby-idle-update/Cargo.toml +++ b/packages/services/mm/ops/lobby-idle-update/Cargo.toml @@ -6,26 +6,26 @@ license.workspace = true edition.workspace = true [dependencies] -chirp-client = { path = "../../../../common/chirp/client" } -rivet-operation = { path = "../../../../common/operation/core" } +chirp-client.workspace = true +rivet-operation.workspace = true chrono = "0.4" prost = "0.10" lazy_static = "1.4" -util-mm = { package = "rivet-util-mm", path = "../../util" } +util-mm.workspace = true -game-namespace-get = { path = "../../../game/ops/namespace-get" } -mm-config-version-get = { path = "../../../mm-config/ops/version-get" } +game-namespace-get.workspace = true +mm-config-version-get.workspace = true [dependencies.sqlx] path = "../../../../../externals/sqlx" default-features = false [dev-dependencies] -chirp-worker = { path = "../../../../common/chirp/worker" } +chirp-worker.workspace = true -faker-build = { path = "../../../faker/ops/build" } -faker-game = { path = "../../../faker/ops/game" } -faker-game-version = { path = "../../../faker/ops/game-version" } -faker-region = { path = "../../../faker/ops/region" } -game-namespace-version-set = { path = "../../../game/ops/namespace-version-set" } -mm-lobby-get = { path = "../lobby-get" } +faker-build.workspace = true +faker-game.workspace = true +faker-game-version.workspace = true +faker-region.workspace = true +game-namespace-version-set.workspace = true +mm-lobby-get.workspace = true diff --git a/packages/services/mm/ops/lobby-list-for-namespace/Cargo.toml b/packages/services/mm/ops/lobby-list-for-namespace/Cargo.toml index b97aa252c..5da72f991 100644 --- a/packages/services/mm/ops/lobby-list-for-namespace/Cargo.toml +++ b/packages/services/mm/ops/lobby-list-for-namespace/Cargo.toml @@ -6,16 +6,16 @@ license.workspace = true edition.workspace = true [dependencies] -chirp-client = { path = "../../../../common/chirp/client" } -rivet-operation = { path = "../../../../common/operation/core" } +chirp-client.workspace = true +rivet-operation.workspace = true prost = "0.10" -util-mm = { package = "rivet-util-mm", path = "../../util" } +util-mm.workspace = true [dependencies.sqlx] path = "../../../../../externals/sqlx" default-features = false [dev-dependencies] -chirp-worker = { path = "../../../../common/chirp/worker" } +chirp-worker.workspace = true -faker-mm-lobby = { path = "../../../faker/ops/mm-lobby" } +faker-mm-lobby.workspace = true diff --git a/packages/services/mm/ops/lobby-list-for-user-id/Cargo.toml b/packages/services/mm/ops/lobby-list-for-user-id/Cargo.toml index 7c30ababc..474443686 100644 --- a/packages/services/mm/ops/lobby-list-for-user-id/Cargo.toml +++ b/packages/services/mm/ops/lobby-list-for-user-id/Cargo.toml @@ -6,8 +6,8 @@ license.workspace = true edition.workspace = true [dependencies] -chirp-client = { path = "../../../../common/chirp/client" } -rivet-operation = { path = "../../../../common/operation/core" } +chirp-client.workspace = true +rivet-operation.workspace = true prost = "0.10" [dependencies.sqlx] @@ -15,6 +15,6 @@ path = "../../../../../externals/sqlx" default-features = false [dev-dependencies] -chirp-worker = { path = "../../../../common/chirp/worker" } +chirp-worker.workspace = true -faker-mm-lobby = { path = "../../../faker/ops/mm-lobby" } +faker-mm-lobby.workspace = true diff --git a/packages/services/mm/ops/lobby-player-count/Cargo.toml b/packages/services/mm/ops/lobby-player-count/Cargo.toml index 5b3fb9ea3..30cc279d3 100644 --- a/packages/services/mm/ops/lobby-player-count/Cargo.toml +++ b/packages/services/mm/ops/lobby-player-count/Cargo.toml @@ -6,16 +6,16 @@ license.workspace = true edition.workspace = true [dependencies] -chirp-client = { path = "../../../../common/chirp/client" } -rivet-operation = { path = "../../../../common/operation/core" } +chirp-client.workspace = true +rivet-operation.workspace = true prost = "0.10" -util-mm = { package = "rivet-util-mm", path = "../../util" } +util-mm.workspace = true [dependencies.sqlx] path = "../../../../../externals/sqlx" default-features = false [dev-dependencies] -chirp-worker = { path = "../../../../common/chirp/worker" } +chirp-worker.workspace = true -faker-mm-lobby = { path = "../../../faker/ops/mm-lobby" } +faker-mm-lobby.workspace = true diff --git a/packages/services/mm/ops/lobby-runtime-aggregate/Cargo.toml b/packages/services/mm/ops/lobby-runtime-aggregate/Cargo.toml index 1d8c31b16..2e68ff200 100644 --- a/packages/services/mm/ops/lobby-runtime-aggregate/Cargo.toml +++ b/packages/services/mm/ops/lobby-runtime-aggregate/Cargo.toml @@ -6,24 +6,24 @@ license.workspace = true edition.workspace = true [dependencies] -rivet-operation = { path = "../../../../common/operation/core" } -chirp-client = { path = "../../../../common/chirp/client" } +rivet-operation.workspace = true +chirp-client.workspace = true chrono = "0.4" prost = "0.10" -util-mm = { package = "rivet-util-mm", path = "../../util" } +util-mm.workspace = true -mm-config-lobby-group-resolve-version = { path = "../../../mm-config/ops/lobby-group-resolve-version" } -mm-config-version-get = { path = "../../../mm-config/ops/version-get" } +mm-config-lobby-group-resolve-version.workspace = true +mm-config-version-get.workspace = true [dependencies.sqlx] path = "../../../../../externals/sqlx" default-features = false [dev-dependencies] -chirp-worker = { path = "../../../../common/chirp/worker" } +chirp-worker.workspace = true -faker-game = { path = "../../../faker/ops/game" } -faker-game-version = { path = "../../../faker/ops/game-version" } -faker-mm-lobby = { path = "../../../faker/ops/mm-lobby" } -faker-mm-lobby-row = { path = "../../../faker/ops/mm-lobby-row" } -faker-region = { path = "../../../faker/ops/region" } +faker-game.workspace = true +faker-game-version.workspace = true +faker-mm-lobby.workspace = true +faker-mm-lobby-row.workspace = true +faker-region.workspace = true diff --git a/packages/services/mm/ops/lobby-state-get/Cargo.toml b/packages/services/mm/ops/lobby-state-get/Cargo.toml index b3658901b..7ccee7dfe 100644 --- a/packages/services/mm/ops/lobby-state-get/Cargo.toml +++ b/packages/services/mm/ops/lobby-state-get/Cargo.toml @@ -6,16 +6,16 @@ license.workspace = true edition.workspace = true [dependencies] -chirp-client = { path = "../../../../common/chirp/client" } -rivet-operation = { path = "../../../../common/operation/core" } +chirp-client.workspace = true +rivet-operation.workspace = true prost = "0.10" -util-mm = { package = "rivet-util-mm", path = "../../util" } +util-mm.workspace = true [dependencies.sqlx] path = "../../../../../externals/sqlx" default-features = false [dev-dependencies] -chirp-worker = { path = "../../../../common/chirp/worker" } +chirp-worker.workspace = true -faker-mm-lobby = { path = "../../../faker/ops/mm-lobby" } +faker-mm-lobby.workspace = true diff --git a/packages/services/mm/ops/player-count-for-namespace/Cargo.toml b/packages/services/mm/ops/player-count-for-namespace/Cargo.toml index 550334e9c..fb8f9354d 100644 --- a/packages/services/mm/ops/player-count-for-namespace/Cargo.toml +++ b/packages/services/mm/ops/player-count-for-namespace/Cargo.toml @@ -6,16 +6,16 @@ license.workspace = true edition.workspace = true [dependencies] -chirp-client = { path = "../../../../common/chirp/client" } -rivet-operation = { path = "../../../../common/operation/core" } +chirp-client.workspace = true +rivet-operation.workspace = true prost = "0.10" -util-mm = { package = "rivet-util-mm", path = "../../util" } +util-mm.workspace = true [dependencies.sqlx] path = "../../../../../externals/sqlx" default-features = false [dev-dependencies] -chirp-worker = { path = "../../../../common/chirp/worker" } +chirp-worker.workspace = true -faker-mm-lobby = { path = "../../../faker/ops/mm-lobby" } +faker-mm-lobby.workspace = true diff --git a/packages/services/mm/ops/player-get/Cargo.toml b/packages/services/mm/ops/player-get/Cargo.toml index 9aec8dcb9..c0c77a8bf 100644 --- a/packages/services/mm/ops/player-get/Cargo.toml +++ b/packages/services/mm/ops/player-get/Cargo.toml @@ -6,8 +6,8 @@ license.workspace = true edition.workspace = true [dependencies] -rivet-operation = { path = "../../../../common/operation/core" } -chirp-client = { path = "../../../../common/chirp/client" } +rivet-operation.workspace = true +chirp-client.workspace = true prost = "0.10" [dependencies.sqlx] @@ -15,6 +15,6 @@ path = "../../../../../externals/sqlx" default-features = false [dev-dependencies] -chirp-worker = { path = "../../../../common/chirp/worker" } +chirp-worker.workspace = true -faker-mm-lobby = { path = "../../../faker/ops/mm-lobby" } +faker-mm-lobby.workspace = true diff --git a/packages/services/mm/standalone/gc/Cargo.toml b/packages/services/mm/standalone/gc/Cargo.toml index c5aa795f3..5575a99d1 100644 --- a/packages/services/mm/standalone/gc/Cargo.toml +++ b/packages/services/mm/standalone/gc/Cargo.toml @@ -7,16 +7,16 @@ edition.workspace = true [dependencies] lazy_static = "1.4" -chirp-client = { path = "../../../../common/chirp/client" } -rivet-operation = { path = "../../../../common/operation/core" } +chirp-client.workspace = true +rivet-operation.workspace = true futures-util = "0.3" indoc = "1.0" prost = "0.10" -rivet-connection = { path = "../../../../common/connection" } -rivet-health-checks = { path = "../../../../common/health-checks" } -rivet-metrics = { path = "../../../../common/metrics" } -rivet-pools = { path = "../../../../common/pools" } -rivet-runtime = { path = "../../../../common/runtime" } +rivet-connection.workspace = true +rivet-health-checks.workspace = true +rivet-metrics.workspace = true +rivet-pools.workspace = true +rivet-runtime.workspace = true tokio = { version = "1.40", features = ["full"] } tracing = "0.1" tracing-subscriber = { version = "0.3", default-features = false, features = [ @@ -25,18 +25,18 @@ tracing-subscriber = { version = "0.3", default-features = false, features = [ "ansi", ] } tracing-logfmt = "0.3" -util-mm = { package = "rivet-util-mm", path = "../../util" } +util-mm.workspace = true -region-list = { path = "../../../region/ops/list" } -rivet-config = { path = "../../../../common/config" } +region-list.workspace = true +rivet-config.workspace = true [dependencies.sqlx] path = "../../../../../externals/sqlx" default-features = false [dev-dependencies] -chirp-worker = { path = "../../../../common/chirp/worker" } +chirp-worker.workspace = true chrono = "0.4" -faker-mm-lobby = { path = "../../../faker/ops/mm-lobby" } -mm-lobby-get = { path = "../../ops/lobby-get" } +faker-mm-lobby.workspace = true +mm-lobby-get.workspace = true diff --git a/packages/services/mm/util/Cargo.toml b/packages/services/mm/util/Cargo.toml index 7f4ac6b42..5a9b78835 100644 --- a/packages/services/mm/util/Cargo.toml +++ b/packages/services/mm/util/Cargo.toml @@ -7,17 +7,17 @@ edition.workspace = true [dependencies] bit-vec = "0.6" -chirp-client = { path = "../../../common/chirp/client" } +chirp-client.workspace = true heck = "0.3" http = "0.2" -rivet-operation = { path = "../../../common/operation/core" } -rivet-util = { path = "../../../common/util/core" } +rivet-operation.workspace = true +rivet-util.workspace = true serde = { version = "1.0", features = ["derive"] } serde_json = "1.0" strum = { version = "0.24", features = ["derive"] } uuid = { version = "1", features = ["v4", "serde"] } -ip-info = { path = "../../ip/ops/info" } -mm-lobby-list-for-user-id = { path = "../ops/lobby-list-for-user-id" } -region-get = { path = "../../region/ops/get" } -user-identity-get = { path = "../../user-identity/ops/get" } +ip-info.workspace = true +mm-lobby-list-for-user-id.workspace = true +region-get.workspace = true +user-identity-get.workspace = true diff --git a/packages/services/mm/worker/Cargo.toml b/packages/services/mm/worker/Cargo.toml index 50a0a4741..88f9c59cb 100644 --- a/packages/services/mm/worker/Cargo.toml +++ b/packages/services/mm/worker/Cargo.toml @@ -6,9 +6,9 @@ license.workspace = true edition.workspace = true [dependencies] -chirp-client = { path = "../../../common/chirp/client" } -chirp-worker = { path = "../../../common/chirp/worker" } -chirp-workflow = { path = "../../../common/chirp-workflow/core" } +chirp-client.workspace = true +chirp-worker.workspace = true +chirp-workflow.workspace = true chrono = "0.4" csv = "1.1" heck = "0.3" @@ -16,63 +16,63 @@ http = "0.2" lazy_static = "1.4.0" maplit = "1.0" nomad-client = "0.0.9" -nomad-util = { path = "../../../common/nomad-util" } -redis-util = { path = "../../../common/redis-util" } +nomad-util.workspace = true +redis-util.workspace = true regex = "1.4" reqwest = "0.11" -rivet-health-checks = { path = "../../../common/health-checks" } -rivet-metrics = { path = "../../../common/metrics" } -rivet-runtime = { path = "../../../common/runtime" } -s3-util = { path = "../../../common/s3-util" } +rivet-health-checks.workspace = true +rivet-metrics.workspace = true +rivet-runtime.workspace = true +s3-util.workspace = true serde = { version = "1.0", features = ["derive"] } -util-build = { package = "rivet-util-build", path = "../../build/util" } -util-job = { package = "rivet-util-job", path = "../../job/util" } -util-mm = { package = "rivet-util-mm", path = "../util" } +util-build.workspace = true +util-job.workspace = true +util-mm.workspace = true -build-get = { path = "../../build/ops/get" } -cluster = { path = "../../cluster" } -game-get = { path = "../../game/ops/get" } -game-namespace-get = { path = "../../game/ops/namespace-get" } -game-version-get = { path = "../../game/ops/version-get" } -job-run = { path = "../../job-run" } -mm-config-game-get = { path = "../../mm-config/ops/game-get" } -mm-config-lobby-group-resolve-version = { path = "../../mm-config/ops/lobby-group-resolve-version" } -mm-config-namespace-get = { path = "../../mm-config/ops/namespace-get" } -mm-config-version-get = { path = "../../mm-config/ops/version-get" } -mm-lobby-find-fail = { path = "../ops/lobby-find-fail" } -mm-lobby-find-lobby-query-list = { path = "../ops/lobby-find-lobby-query-list" } -mm-lobby-find-try-complete = { path = "../ops/lobby-find-try-complete" } -mm-lobby-get = { path = "../ops/lobby-get" } -mm-lobby-idle-update = { path = "../ops/lobby-idle-update" } -mm-lobby-state-get = { path = "../ops/lobby-state-get" } -region-get = { path = "../../region/ops/get" } -team-get = { path = "../../team/ops/get" } -tier = { path = "../../tier" } -token-create = { path = "../../token/ops/create" } -upload-complete = { path = "../../upload/ops/complete" } -upload-get = { path = "../../upload/ops/get" } -upload-prepare = { path = "../../upload/ops/prepare" } -rivet-config = { path = "../../../common/config" } +build-get.workspace = true +cluster.workspace = true +game-get.workspace = true +game-namespace-get.workspace = true +game-version-get.workspace = true +job-run.workspace = true +mm-config-game-get.workspace = true +mm-config-lobby-group-resolve-version.workspace = true +mm-config-namespace-get.workspace = true +mm-config-version-get.workspace = true +mm-lobby-find-fail.workspace = true +mm-lobby-find-lobby-query-list.workspace = true +mm-lobby-find-try-complete.workspace = true +mm-lobby-get.workspace = true +mm-lobby-idle-update.workspace = true +mm-lobby-state-get.workspace = true +region-get.workspace = true +team-get.workspace = true +tier.workspace = true +token-create.workspace = true +upload-complete.workspace = true +upload-get.workspace = true +upload-prepare.workspace = true +rivet-config.workspace = true [dependencies.sqlx] path = "../../../../externals/sqlx" default-features = false [dev-dependencies] -chirp-worker = { path = "../../../common/chirp/worker" } -rivet-test = { path = "../../../common/test" } +chirp-worker.workspace = true +rivet-test.workspace = true -faker-build = { path = "../../faker/ops/build" } -faker-game = { path = "../../faker/ops/game" } -faker-game-namespace = { path = "../../faker/ops/game-namespace" } -faker-game-version = { path = "../../faker/ops/game-version" } -faker-mm-lobby = { path = "../../faker/ops/mm-lobby" } -faker-region = { path = "../../faker/ops/region" } -faker-user = { path = "../../faker/ops/user" } -game-namespace-version-set = { path = "../../game/ops/namespace-version-set" } -mm-config-namespace-config-set = { path = "../../mm-config/ops/namespace-config-set" } -mm-config-version-get = { path = "../../mm-config/ops/version-get" } -mm-lobby-get = { path = "../ops/lobby-get" } -mm-lobby-player-count = { path = "../ops/lobby-player-count" } -mm-player-count-for-namespace = { path = "../ops/player-count-for-namespace" } -user-identity-create = { path = "../../user-identity/ops/create" } +faker-build.workspace = true +faker-game.workspace = true +faker-game-namespace.workspace = true +faker-game-version.workspace = true +faker-mm-lobby.workspace = true +faker-region.workspace = true +faker-user.workspace = true +game-namespace-version-set.workspace = true +mm-config-namespace-config-set.workspace = true +mm-config-version-get.workspace = true +mm-lobby-get.workspace = true +mm-lobby-player-count.workspace = true +mm-player-count-for-namespace.workspace = true +user-identity-create.workspace = true diff --git a/packages/services/monolith/standalone/worker/Cargo.toml b/packages/services/monolith/standalone/worker/Cargo.toml index a6635d16f..12be7403b 100644 --- a/packages/services/monolith/standalone/worker/Cargo.toml +++ b/packages/services/monolith/standalone/worker/Cargo.toml @@ -6,12 +6,12 @@ license.workspace = true edition.workspace = true [dependencies] -chirp-client = { path = "../../../../common/chirp/client" } -rivet-connection = { path = "../../../../common/connection" } -rivet-health-checks = { path = "../../../../common/health-checks" } -rivet-metrics = { path = "../../../../common/metrics" } -rivet-operation = { path = "../../../../common/operation/core" } -rivet-runtime = { path = "../../../../common/runtime" } +chirp-client.workspace = true +rivet-connection.workspace = true +rivet-health-checks.workspace = true +rivet-metrics.workspace = true +rivet-operation.workspace = true +rivet-runtime.workspace = true tokio = { version = "1.40", features = ["full"] } tracing = "0.1" tracing-subscriber = { version = "0.3", default-features = false, features = [ @@ -20,16 +20,16 @@ tracing-subscriber = { version = "0.3", default-features = false, features = [ "ansi", ] } -cdn-worker = { path = "../../../cdn/worker" } -cf-custom-hostname-worker = { path = "../../../cf-custom-hostname/worker" } -cloud-worker = { path = "../../../cloud/worker" } -ds = { path = "../../../ds" } -external-worker = { path = "../../../external/worker" } -job-log-worker = { path = "../../../job-log/worker" } -job-run = { path = "../../../job-run" } -mm-worker = { path = "../../../mm/worker" } -team-invite-worker = { path = "../../../team-invite/worker" } -team-worker = { path = "../../../team/worker" } -upload-worker = { path = "../../../upload/worker" } -user-worker = { path = "../../../user/worker" } -rivet-config = { path = "../../../../common/config" } +cdn-worker.workspace = true +cf-custom-hostname-worker.workspace = true +cloud-worker.workspace = true +ds.workspace = true +external-worker.workspace = true +job-log-worker.workspace = true +job-run.workspace = true +mm-worker.workspace = true +team-invite-worker.workspace = true +team-worker.workspace = true +upload-worker.workspace = true +user-worker.workspace = true +rivet-config.workspace = true diff --git a/packages/services/monolith/standalone/workflow-worker/Cargo.toml b/packages/services/monolith/standalone/workflow-worker/Cargo.toml index bcd9e113e..d57df990a 100644 --- a/packages/services/monolith/standalone/workflow-worker/Cargo.toml +++ b/packages/services/monolith/standalone/workflow-worker/Cargo.toml @@ -6,14 +6,14 @@ license.workspace = true edition.workspace = true [dependencies] -chirp-workflow = { path = "../../../../common/chirp-workflow/core" } -rivet-health-checks = { path = "../../../../common/health-checks" } -rivet-metrics = { path = "../../../../common/metrics" } -rivet-runtime = { path = "../../../../common/runtime" } +chirp-workflow.workspace = true +rivet-health-checks.workspace = true +rivet-metrics.workspace = true +rivet-runtime.workspace = true -cluster = { path = "../../../cluster" } -ds = { path = "../../../ds" } -job-run = { path = "../../../job-run" } -linode = { path = "../../../linode" } -pegboard = { path = "../../../pegboard" } -rivet-config = { path = "../../../../common/config" } +cluster.workspace = true +ds.workspace = true +job-run.workspace = true +linode.workspace = true +pegboard.workspace = true +rivet-config.workspace = true diff --git a/packages/services/nomad/standalone/monitor/Cargo.toml b/packages/services/nomad/standalone/monitor/Cargo.toml index 3a93032b4..a054ef392 100644 --- a/packages/services/nomad/standalone/monitor/Cargo.toml +++ b/packages/services/nomad/standalone/monitor/Cargo.toml @@ -6,20 +6,20 @@ license.workspace = true edition.workspace = true [dependencies] -chirp-client = { path = "../../../../common/chirp/client" } -chirp-workflow = { path = "../../../../common/chirp-workflow/core" } +chirp-client.workspace = true +chirp-workflow.workspace = true chrono = "0.4" futures-util = "0.3" indoc = "1.0" lazy_static = "1.4" -nomad-util = { path = "../../../../common/nomad-util" } +nomad-util.workspace = true prost = "0.10" -rivet-connection = { path = "../../../../common/connection" } -rivet-health-checks = { path = "../../../../common/health-checks" } -rivet-metrics = { path = "../../../../common/metrics" } -rivet-operation = { path = "../../../../common/operation/core" } -rivet-pools = { path = "../../../../common/pools" } -rivet-runtime = { path = "../../../../common/runtime" } +rivet-connection.workspace = true +rivet-health-checks.workspace = true +rivet-metrics.workspace = true +rivet-operation.workspace = true +rivet-pools.workspace = true +rivet-runtime.workspace = true serde = { version = "1.0", features = ["derive"] } serde_json = "1.0" tokio = { version = "1.40", features = ["full"] } @@ -30,14 +30,14 @@ tracing-subscriber = { version = "0.3", default-features = false, features = [ "ansi", ] } tracing-logfmt = "0.3" -util-job = { package = "rivet-util-job", path = "../../../job/util" } +util-job.workspace = true -cluster = { path = "../../../cluster" } -ds = { path = "../../../ds" } -rivet-config = { path = "../../../../common/config" } +cluster.workspace = true +ds.workspace = true +rivet-config.workspace = true [dependencies.nomad_client] path = "../../../../../externals/nomad-client" [dev-dependencies] -chirp-worker = { path = "../../../../common/chirp/worker" } +chirp-worker.workspace = true diff --git a/packages/services/pegboard/Cargo.toml b/packages/services/pegboard/Cargo.toml index ac079fe13..ff4eeee8c 100644 --- a/packages/services/pegboard/Cargo.toml +++ b/packages/services/pegboard/Cargo.toml @@ -12,17 +12,17 @@ ops = ["chirp"] chirp = ["chirp-workflow", "sqlx", "nix", "server-spec"] [dependencies] -chirp-workflow = { path = "../../common/chirp-workflow/core", optional = true } +chirp-workflow = { workspace = true, optional = true } nix = { version = "0.27", default-features = false, features = ["user", "signal"], optional = true } serde = { version = "1.0.198", features = ["derive"] } serde_json = "1.0.132" strum = { version = "0.24", features = ["derive"] } thiserror = "1.0" -util = { package = "rivet-util", path = "../../common/util/core" } +util.workspace = true uuid = "1.11.0" -server-spec = { path = "../server-spec", optional = true } -rivet-config = { path = "../../common/config" } +server-spec = { workspace = true, optional = true } +rivet-config.workspace = true [dependencies.sqlx] optional = true diff --git a/packages/services/pegboard/standalone/dc-init/Cargo.toml b/packages/services/pegboard/standalone/dc-init/Cargo.toml index 267fab312..3111c9915 100644 --- a/packages/services/pegboard/standalone/dc-init/Cargo.toml +++ b/packages/services/pegboard/standalone/dc-init/Cargo.toml @@ -6,12 +6,12 @@ license.workspace = true edition.workspace = true [dependencies] -chirp-client = { path = "../../../../common/chirp/client" } -chirp-workflow = { path = "../../../../common/chirp-workflow/core" } +chirp-client.workspace = true +chirp-workflow.workspace = true reqwest = "0.11" -rivet-config = { path = "../../../../common/config" } -rivet-connection = { path = "../../../../common/connection" } -rivet-pools = { path = "../../../../common/pools" } +rivet-config.workspace = true +rivet-connection.workspace = true +rivet-pools.workspace = true serde = { version = "1.0", features = ["derive"] } serde_json = "1.0" tokio = { version = "1.40", features = ["full"] } @@ -20,8 +20,8 @@ tracing-logfmt = "0.3" tracing-subscriber = { version = "0.3", default-features = false, features = ["fmt", "json", "ansi"] } uuid = { version = "1", features = ["v4"] } -cluster = { path = "../../../cluster" } -pegboard = { path = "../.." } +cluster.workspace = true +pegboard.workspace = true [dev-dependencies] -chirp-worker = { path = "../../../../common/chirp/worker" } +chirp-worker.workspace = true diff --git a/packages/services/pegboard/standalone/gc/Cargo.toml b/packages/services/pegboard/standalone/gc/Cargo.toml index b382e8501..e74c5a34e 100644 --- a/packages/services/pegboard/standalone/gc/Cargo.toml +++ b/packages/services/pegboard/standalone/gc/Cargo.toml @@ -6,20 +6,20 @@ license.workspace = true edition.workspace = true [dependencies] -chirp-client = { path = "../../../../common/chirp/client" } -chirp-workflow = { path = "../../../../common/chirp-workflow/core" } +chirp-client.workspace = true +chirp-workflow.workspace = true nix = { version = "0.27", default-features = false, features = ["user", "signal"] } -rivet-connection = { path = "../../../../common/connection" } -rivet-health-checks = { path = "../../../../common/health-checks" } -rivet-metrics = { path = "../../../../common/metrics" } -rivet-runtime = { path = "../../../../common/runtime" } +rivet-connection.workspace = true +rivet-health-checks.workspace = true +rivet-metrics.workspace = true +rivet-runtime.workspace = true tokio = { version = "1.40", features = ["full"] } tracing = "0.1" tracing-logfmt = "0.3" tracing-subscriber = { version = "0.3", default-features = false, features = ["fmt", "json", "ansi"] } -pegboard = { path = "../.." } -rivet-config = { path = "../../../../common/config" } +pegboard.workspace = true +rivet-config.workspace = true [dependencies.sqlx] path = "../../../../../externals/sqlx" diff --git a/packages/services/pegboard/standalone/ws/Cargo.toml b/packages/services/pegboard/standalone/ws/Cargo.toml index 3514583f2..adb390cfc 100644 --- a/packages/services/pegboard/standalone/ws/Cargo.toml +++ b/packages/services/pegboard/standalone/ws/Cargo.toml @@ -6,16 +6,16 @@ license.workspace = true edition.workspace = true [dependencies] -chirp-client = { path = "../../../../common/chirp/client" } -chirp-workflow = { path = "../../../../common/chirp-workflow/core" } +chirp-client.workspace = true +chirp-workflow.workspace = true hyper = "1.4" -rivet-connection = { path = "../../../../common/connection" } -rivet-health-checks = { path = "../../../../common/health-checks" } -rivet-metrics = { path = "../../../../common/metrics" } -rivet-runtime = { path = "../../../../common/runtime" } +rivet-connection.workspace = true +rivet-health-checks.workspace = true +rivet-metrics.workspace = true +rivet-runtime.workspace = true serde = { version = "1.0", features = ["derive"] } tokio-tungstenite = "0.23.1" url = "2.2.2" -pegboard = { path = "../.." } -rivet-config = { path = "../../../../common/config" } +pegboard.workspace = true +rivet-config.workspace = true diff --git a/packages/services/region/ops/get/Cargo.toml b/packages/services/region/ops/get/Cargo.toml index 7ff84af19..1080c5a51 100644 --- a/packages/services/region/ops/get/Cargo.toml +++ b/packages/services/region/ops/get/Cargo.toml @@ -6,18 +6,18 @@ license.workspace = true edition.workspace = true [dependencies] -chirp-client = { path = "../../../../common/chirp/client" } -chirp-workflow = { path = "../../../../common/chirp-workflow/core" } +chirp-client.workspace = true +chirp-workflow.workspace = true prost = "0.10" -rivet-operation = { path = "../../../../common/operation/core" } +rivet-operation.workspace = true -cluster = { path = "../../../cluster" } +cluster.workspace = true [dependencies.sqlx] path = "../../../../../externals/sqlx" default-features = false [dev-dependencies] -chirp-worker = { path = "../../../../common/chirp/worker" } +chirp-worker.workspace = true -faker-region = { path = "../../../faker/ops/region" } +faker-region.workspace = true diff --git a/packages/services/region/ops/list-for-game/Cargo.toml b/packages/services/region/ops/list-for-game/Cargo.toml index fadc28e02..a0d8bea11 100644 --- a/packages/services/region/ops/list-for-game/Cargo.toml +++ b/packages/services/region/ops/list-for-game/Cargo.toml @@ -6,18 +6,18 @@ license.workspace = true edition.workspace = true [dependencies] -chirp-client = { path = "../../../../common/chirp/client" } -chirp-workflow = { path = "../../../../common/chirp-workflow/core" } +chirp-client.workspace = true +chirp-workflow.workspace = true prost = "0.10" -rivet-operation = { path = "../../../../common/operation/core" } +rivet-operation.workspace = true -cluster = { path = "../../../cluster" } +cluster.workspace = true [dependencies.sqlx] path = "../../../../../externals/sqlx" default-features = false [dev-dependencies] -chirp-worker = { path = "../../../../common/chirp/worker" } +chirp-worker.workspace = true -faker-region = { path = "../../../faker/ops/region" } +faker-region.workspace = true diff --git a/packages/services/region/ops/list/Cargo.toml b/packages/services/region/ops/list/Cargo.toml index a3e2ea5bd..278a64749 100644 --- a/packages/services/region/ops/list/Cargo.toml +++ b/packages/services/region/ops/list/Cargo.toml @@ -6,18 +6,18 @@ license.workspace = true edition.workspace = true [dependencies] -chirp-client = { path = "../../../../common/chirp/client" } -chirp-workflow = { path = "../../../../common/chirp-workflow/core" } +chirp-client.workspace = true +chirp-workflow.workspace = true prost = "0.10" -rivet-operation = { path = "../../../../common/operation/core" } +rivet-operation.workspace = true -cluster = { path = "../../../cluster" } +cluster.workspace = true [dependencies.sqlx] path = "../../../../../externals/sqlx" default-features = false [dev-dependencies] -chirp-worker = { path = "../../../../common/chirp/worker" } +chirp-worker.workspace = true -faker-region = { path = "../../../faker/ops/region" } +faker-region.workspace = true diff --git a/packages/services/region/ops/recommend/Cargo.toml b/packages/services/region/ops/recommend/Cargo.toml index 004994448..e4399b8fa 100644 --- a/packages/services/region/ops/recommend/Cargo.toml +++ b/packages/services/region/ops/recommend/Cargo.toml @@ -6,19 +6,19 @@ license.workspace = true edition.workspace = true [dependencies] -rivet-operation = { path = "../../../../common/operation/core" } -chirp-client = { path = "../../../../common/chirp/client" } +rivet-operation.workspace = true +chirp-client.workspace = true prost = "0.10" geoutils = "0.4" -ip-info = { path = "../../../ip/ops/info" } -region-get = { path = "../get" } +ip-info.workspace = true +region-get.workspace = true [dependencies.sqlx] path = "../../../../../externals/sqlx" default-features = false [dev-dependencies] -chirp-worker = { path = "../../../../common/chirp/worker" } +chirp-worker.workspace = true -region-list = { path = "../list" } +region-list.workspace = true diff --git a/packages/services/region/ops/resolve-for-game/Cargo.toml b/packages/services/region/ops/resolve-for-game/Cargo.toml index 0ee5952b1..c077e65d8 100644 --- a/packages/services/region/ops/resolve-for-game/Cargo.toml +++ b/packages/services/region/ops/resolve-for-game/Cargo.toml @@ -6,20 +6,20 @@ license.workspace = true edition.workspace = true [dependencies] -chirp-client = { path = "../../../../common/chirp/client" } -chirp-workflow = { path = "../../../../common/chirp-workflow/core" } -rivet-operation = { path = "../../../../common/operation/core" } +chirp-client.workspace = true +chirp-workflow.workspace = true +rivet-operation.workspace = true prost = "0.10" -cluster = { path = "../../../cluster" } -region-list-for-game = { path = "../list-for-game" } +cluster.workspace = true +region-list-for-game.workspace = true [dependencies.sqlx] path = "../../../../../externals/sqlx" default-features = false [dev-dependencies] -chirp-worker = { path = "../../../../common/chirp/worker" } +chirp-worker.workspace = true -faker-region = { path = "../../../faker/ops/region" } -region-get = { path = "../get" } +faker-region.workspace = true +region-get.workspace = true diff --git a/packages/services/region/ops/resolve/Cargo.toml b/packages/services/region/ops/resolve/Cargo.toml index 8e33e936e..84db35158 100644 --- a/packages/services/region/ops/resolve/Cargo.toml +++ b/packages/services/region/ops/resolve/Cargo.toml @@ -6,20 +6,20 @@ license.workspace = true edition.workspace = true [dependencies] -chirp-client = { path = "../../../../common/chirp/client" } -chirp-workflow = { path = "../../../../common/chirp-workflow/core" } -rivet-operation = { path = "../../../../common/operation/core" } +chirp-client.workspace = true +chirp-workflow.workspace = true +rivet-operation.workspace = true prost = "0.10" -cluster = { path = "../../../cluster" } -region-list = { path = "../list" } +cluster.workspace = true +region-list.workspace = true [dependencies.sqlx] path = "../../../../../externals/sqlx" default-features = false [dev-dependencies] -chirp-worker = { path = "../../../../common/chirp/worker" } +chirp-worker.workspace = true -faker-region = { path = "../../../faker/ops/region" } -region-get = { path = "../get" } +faker-region.workspace = true +region-get.workspace = true diff --git a/packages/services/server-spec/Cargo.toml b/packages/services/server-spec/Cargo.toml index 91e321cac..e043cdd98 100644 --- a/packages/services/server-spec/Cargo.toml +++ b/packages/services/server-spec/Cargo.toml @@ -6,7 +6,7 @@ license.workspace = true edition.workspace = true [dependencies] -chirp-workflow = { path = "../../common/chirp-workflow/core" } +chirp-workflow.workspace = true -linode = { path = "../linode" } -rivet-config = { path = "../../common/config" } +linode.workspace = true +rivet-config.workspace = true diff --git a/packages/services/team-invite/ops/get/Cargo.toml b/packages/services/team-invite/ops/get/Cargo.toml index 785185f4e..c97efe035 100644 --- a/packages/services/team-invite/ops/get/Cargo.toml +++ b/packages/services/team-invite/ops/get/Cargo.toml @@ -6,8 +6,8 @@ license.workspace = true edition.workspace = true [dependencies] -chirp-client = { path = "../../../../common/chirp/client" } -rivet-operation = { path = "../../../../common/operation/core" } +chirp-client.workspace = true +rivet-operation.workspace = true chrono = "0.4" prost = "0.10" @@ -16,4 +16,4 @@ path = "../../../../../externals/sqlx" default-features = false [dev-dependencies] -chirp-worker = { path = "../../../../common/chirp/worker" } +chirp-worker.workspace = true diff --git a/packages/services/team-invite/worker/Cargo.toml b/packages/services/team-invite/worker/Cargo.toml index 3b143e95e..9e94bdfe9 100644 --- a/packages/services/team-invite/worker/Cargo.toml +++ b/packages/services/team-invite/worker/Cargo.toml @@ -6,20 +6,20 @@ license.workspace = true edition.workspace = true [dependencies] -chirp-worker = { path = "../../../common/chirp/worker" } -chirp-client = { path = "../../../common/chirp/client" } -rivet-health-checks = { path = "../../../common/health-checks" } -rivet-metrics = { path = "../../../common/metrics" } -rivet-runtime = { path = "../../../common/runtime" } +chirp-worker.workspace = true +chirp-client.workspace = true +rivet-health-checks.workspace = true +rivet-metrics.workspace = true +rivet-runtime.workspace = true chrono = "0.4" -team-member-list = { path = "../../team/ops/member-list" } -team-user-ban-get = { path = "../../team/ops/user-ban-get" } -rivet-config = { path = "../../../common/config" } +team-member-list.workspace = true +team-user-ban-get.workspace = true +rivet-config.workspace = true [dependencies.sqlx] path = "../../../../externals/sqlx" default-features = false [dev-dependencies] -chirp-worker = { path = "../../../common/chirp/worker" } +chirp-worker.workspace = true diff --git a/packages/services/team/ops/avatar-upload-complete/Cargo.toml b/packages/services/team/ops/avatar-upload-complete/Cargo.toml index 30c856f4f..1fb12a65a 100644 --- a/packages/services/team/ops/avatar-upload-complete/Cargo.toml +++ b/packages/services/team/ops/avatar-upload-complete/Cargo.toml @@ -6,20 +6,20 @@ license.workspace = true edition.workspace = true [dependencies] -rivet-operation = { path = "../../../../common/operation/core" } -chirp-client = { path = "../../../../common/chirp/client" } +rivet-operation.workspace = true +chirp-client.workspace = true prost = "0.10" -upload-complete = { path = "../../../upload/ops/complete" } +upload-complete.workspace = true [dependencies.sqlx] path = "../../../../../externals/sqlx" default-features = false [dev-dependencies] -chirp-worker = { path = "../../../../common/chirp/worker" } +chirp-worker.workspace = true reqwest = "0.11" -faker-team = { path = "../../../faker/ops/team" } -upload-get = { path = "../../../upload/ops/get" } -upload-prepare = { path = "../../../upload/ops/prepare" } +faker-team.workspace = true +upload-get.workspace = true +upload-prepare.workspace = true diff --git a/packages/services/team/ops/get/Cargo.toml b/packages/services/team/ops/get/Cargo.toml index 727853607..466a8ffd9 100644 --- a/packages/services/team/ops/get/Cargo.toml +++ b/packages/services/team/ops/get/Cargo.toml @@ -6,16 +6,16 @@ license.workspace = true edition.workspace = true [dependencies] -rivet-operation = { path = "../../../../common/operation/core" } -chirp-client = { path = "../../../../common/chirp/client" } +rivet-operation.workspace = true +chirp-client.workspace = true prost = "0.10" -upload-file-list = { path = "../../../upload/ops/file-list" } -upload-get = { path = "../../../upload/ops/get" } +upload-file-list.workspace = true +upload-get.workspace = true [dependencies.sqlx] path = "../../../../../externals/sqlx" default-features = false [dev-dependencies] -chirp-worker = { path = "../../../../common/chirp/worker" } +chirp-worker.workspace = true diff --git a/packages/services/team/ops/join-request-list/Cargo.toml b/packages/services/team/ops/join-request-list/Cargo.toml index 73ff0a961..b573b7ce7 100644 --- a/packages/services/team/ops/join-request-list/Cargo.toml +++ b/packages/services/team/ops/join-request-list/Cargo.toml @@ -6,8 +6,8 @@ license.workspace = true edition.workspace = true [dependencies] -rivet-operation = { path = "../../../../common/operation/core" } -chirp-client = { path = "../../../../common/chirp/client" } +rivet-operation.workspace = true +chirp-client.workspace = true prost = "0.10" [dependencies.sqlx] @@ -15,4 +15,4 @@ path = "../../../../../externals/sqlx" default-features = false [dev-dependencies] -chirp-worker = { path = "../../../../common/chirp/worker" } +chirp-worker.workspace = true diff --git a/packages/services/team/ops/member-count/Cargo.toml b/packages/services/team/ops/member-count/Cargo.toml index fa6fedca4..09bca1906 100644 --- a/packages/services/team/ops/member-count/Cargo.toml +++ b/packages/services/team/ops/member-count/Cargo.toml @@ -6,8 +6,8 @@ license.workspace = true edition.workspace = true [dependencies] -rivet-operation = { path = "../../../../common/operation/core" } -chirp-client = { path = "../../../../common/chirp/client" } +rivet-operation.workspace = true +chirp-client.workspace = true prost = "0.10" [dependencies.sqlx] @@ -15,4 +15,4 @@ path = "../../../../../externals/sqlx" default-features = false [dev-dependencies] -chirp-worker = { path = "../../../../common/chirp/worker" } +chirp-worker.workspace = true diff --git a/packages/services/team/ops/member-get/Cargo.toml b/packages/services/team/ops/member-get/Cargo.toml index f0f8553e8..d597f13c1 100644 --- a/packages/services/team/ops/member-get/Cargo.toml +++ b/packages/services/team/ops/member-get/Cargo.toml @@ -6,8 +6,8 @@ license.workspace = true edition.workspace = true [dependencies] -rivet-operation = { path = "../../../../common/operation/core" } -chirp-client = { path = "../../../../common/chirp/client" } +rivet-operation.workspace = true +chirp-client.workspace = true prost = "0.10" [dependencies.sqlx] @@ -15,4 +15,4 @@ path = "../../../../../externals/sqlx" default-features = false [dev-dependencies] -chirp-worker = { path = "../../../../common/chirp/worker" } +chirp-worker.workspace = true diff --git a/packages/services/team/ops/member-list/Cargo.toml b/packages/services/team/ops/member-list/Cargo.toml index 73c3d156c..bac48cad0 100644 --- a/packages/services/team/ops/member-list/Cargo.toml +++ b/packages/services/team/ops/member-list/Cargo.toml @@ -6,8 +6,8 @@ license.workspace = true edition.workspace = true [dependencies] -rivet-operation = { path = "../../../../common/operation/core" } -chirp-client = { path = "../../../../common/chirp/client" } +rivet-operation.workspace = true +chirp-client.workspace = true prost = "0.10" [dependencies.sqlx] @@ -15,4 +15,4 @@ path = "../../../../../externals/sqlx" default-features = false [dev-dependencies] -chirp-worker = { path = "../../../../common/chirp/worker" } +chirp-worker.workspace = true diff --git a/packages/services/team/ops/member-relationship-get/Cargo.toml b/packages/services/team/ops/member-relationship-get/Cargo.toml index 757345dbb..20f2a914b 100644 --- a/packages/services/team/ops/member-relationship-get/Cargo.toml +++ b/packages/services/team/ops/member-relationship-get/Cargo.toml @@ -6,8 +6,8 @@ license.workspace = true edition.workspace = true [dependencies] -rivet-operation = { path = "../../../../common/operation/core" } -chirp-client = { path = "../../../../common/chirp/client" } +rivet-operation.workspace = true +chirp-client.workspace = true prost = "0.10" [dependencies.sqlx] @@ -15,6 +15,6 @@ path = "../../../../../externals/sqlx" default-features = false [dev-dependencies] -chirp-worker = { path = "../../../../common/chirp/worker" } +chirp-worker.workspace = true -faker-team = { path = "../../../faker/ops/team" } +faker-team.workspace = true diff --git a/packages/services/team/ops/profile-validate/Cargo.toml b/packages/services/team/ops/profile-validate/Cargo.toml index 201b6983d..f84017c44 100644 --- a/packages/services/team/ops/profile-validate/Cargo.toml +++ b/packages/services/team/ops/profile-validate/Cargo.toml @@ -6,8 +6,8 @@ license.workspace = true edition.workspace = true [dependencies] -rivet-operation = { path = "../../../../common/operation/core" } -chirp-client = { path = "../../../../common/chirp/client" } +rivet-operation.workspace = true +chirp-client.workspace = true prost = "0.10" [dependencies.sqlx] @@ -15,4 +15,4 @@ path = "../../../../../externals/sqlx" default-features = false [dev-dependencies] -chirp-worker = { path = "../../../../common/chirp/worker" } +chirp-worker.workspace = true diff --git a/packages/services/team/ops/recommend/Cargo.toml b/packages/services/team/ops/recommend/Cargo.toml index 89a2b40ba..0e798ea6b 100644 --- a/packages/services/team/ops/recommend/Cargo.toml +++ b/packages/services/team/ops/recommend/Cargo.toml @@ -6,8 +6,8 @@ license.workspace = true edition.workspace = true [dependencies] -rivet-operation = { path = "../../../../common/operation/core" } -chirp-client = { path = "../../../../common/chirp/client" } +rivet-operation.workspace = true +chirp-client.workspace = true prost = "0.10" [dependencies.sqlx] @@ -15,4 +15,4 @@ path = "../../../../../externals/sqlx" default-features = false [dev-dependencies] -chirp-worker = { path = "../../../../common/chirp/worker" } +chirp-worker.workspace = true diff --git a/packages/services/team/ops/resolve-display-name/Cargo.toml b/packages/services/team/ops/resolve-display-name/Cargo.toml index 99cd83ab8..c1eb2c200 100644 --- a/packages/services/team/ops/resolve-display-name/Cargo.toml +++ b/packages/services/team/ops/resolve-display-name/Cargo.toml @@ -6,8 +6,8 @@ license.workspace = true edition.workspace = true [dependencies] -rivet-operation = { path = "../../../../common/operation/core" } -chirp-client = { path = "../../../../common/chirp/client" } +rivet-operation.workspace = true +chirp-client.workspace = true prost = "0.10" [dependencies.sqlx] @@ -15,7 +15,7 @@ path = "../../../../../externals/sqlx" default-features = false [dev-dependencies] -chirp-worker = { path = "../../../../common/chirp/worker" } +chirp-worker.workspace = true -faker-team = { path = "../../../faker/ops/team" } -team-get = { path = "../get" } +faker-team.workspace = true +team-get.workspace = true diff --git a/packages/services/team/ops/user-ban-get/Cargo.toml b/packages/services/team/ops/user-ban-get/Cargo.toml index f508cf012..839d25ca7 100644 --- a/packages/services/team/ops/user-ban-get/Cargo.toml +++ b/packages/services/team/ops/user-ban-get/Cargo.toml @@ -6,8 +6,8 @@ license.workspace = true edition.workspace = true [dependencies] -rivet-operation = { path = "../../../../common/operation/core" } -chirp-client = { path = "../../../../common/chirp/client" } +rivet-operation.workspace = true +chirp-client.workspace = true prost = "0.10" [dependencies.sqlx] @@ -15,4 +15,4 @@ path = "../../../../../externals/sqlx" default-features = false [dev-dependencies] -chirp-worker = { path = "../../../../common/chirp/worker" } +chirp-worker.workspace = true diff --git a/packages/services/team/ops/user-ban-list/Cargo.toml b/packages/services/team/ops/user-ban-list/Cargo.toml index 39bcf7c57..3b5df848b 100644 --- a/packages/services/team/ops/user-ban-list/Cargo.toml +++ b/packages/services/team/ops/user-ban-list/Cargo.toml @@ -6,8 +6,8 @@ license.workspace = true edition.workspace = true [dependencies] -rivet-operation = { path = "../../../../common/operation/core" } -chirp-client = { path = "../../../../common/chirp/client" } +rivet-operation.workspace = true +chirp-client.workspace = true prost = "0.10" [dependencies.sqlx] @@ -15,4 +15,4 @@ path = "../../../../../externals/sqlx" default-features = false [dev-dependencies] -chirp-worker = { path = "../../../../common/chirp/worker" } +chirp-worker.workspace = true diff --git a/packages/services/team/ops/validate/Cargo.toml b/packages/services/team/ops/validate/Cargo.toml index 3af124c5a..9fd4693c2 100644 --- a/packages/services/team/ops/validate/Cargo.toml +++ b/packages/services/team/ops/validate/Cargo.toml @@ -6,11 +6,11 @@ license.workspace = true edition.workspace = true [dependencies] -rivet-operation = { path = "../../../../common/operation/core" } -chirp-client = { path = "../../../../common/chirp/client" } +rivet-operation.workspace = true +chirp-client.workspace = true prost = "0.10" -team-resolve-display-name = { path = "../resolve-display-name" } +team-resolve-display-name.workspace = true [dev-dependencies] -chirp-worker = { path = "../../../../common/chirp/worker" } +chirp-worker.workspace = true diff --git a/packages/services/team/util/Cargo.toml b/packages/services/team/util/Cargo.toml index 495193242..dd2fc783b 100644 --- a/packages/services/team/util/Cargo.toml +++ b/packages/services/team/util/Cargo.toml @@ -6,4 +6,4 @@ license.workspace = true edition.workspace = true [dependencies] -rivet-operation = { path = "../../../common/operation/core" } +rivet-operation.workspace = true diff --git a/packages/services/team/worker/Cargo.toml b/packages/services/team/worker/Cargo.toml index 8d7d4f9f4..1e4ed666c 100644 --- a/packages/services/team/worker/Cargo.toml +++ b/packages/services/team/worker/Cargo.toml @@ -6,24 +6,24 @@ license.workspace = true edition.workspace = true [dependencies] -chirp-worker = { path = "../../../common/chirp/worker" } -chirp-client = { path = "../../../common/chirp/client" } +chirp-worker.workspace = true +chirp-client.workspace = true serde = { version = "1.0", features = ["derive"] } reqwest = "0.11" -rivet-health-checks = { path = "../../../common/health-checks" } -rivet-metrics = { path = "../../../common/metrics" } -rivet-runtime = { path = "../../../common/runtime" } +rivet-health-checks.workspace = true +rivet-metrics.workspace = true +rivet-runtime.workspace = true -team-join-request-list = { path = "../ops/join-request-list" } -team-profile-validate = { path = "../ops/profile-validate" } -team-validate = { path = "../ops/validate" } -user-identity-get = { path = "../../user-identity/ops/get" } -game-namespace-list = { path = "../../game/ops/namespace-list" } -mm-lobby-list-for-namespace = { path = "../../mm/ops/lobby-list-for-namespace" } -rivet-config = { path = "../../../common/config" } +team-join-request-list.workspace = true +team-profile-validate.workspace = true +team-validate.workspace = true +user-identity-get.workspace = true +game-namespace-list.workspace = true +mm-lobby-list-for-namespace.workspace = true +rivet-config.workspace = true [dev-dependencies] -chirp-worker = { path = "../../../common/chirp/worker" } +chirp-worker.workspace = true -faker-team = { path = "../../faker/ops/team" } -team-user-ban-get = { path = "../ops/user-ban-get" } +faker-team.workspace = true +team-user-ban-get.workspace = true diff --git a/packages/services/telemetry/standalone/beacon/Cargo.toml b/packages/services/telemetry/standalone/beacon/Cargo.toml index 63d32b3c2..4743f3fec 100644 --- a/packages/services/telemetry/standalone/beacon/Cargo.toml +++ b/packages/services/telemetry/standalone/beacon/Cargo.toml @@ -7,15 +7,15 @@ edition.workspace = true [dependencies] async-posthog = { path = "../../../../../externals/posthog-rs/async" } -chirp-client = { path = "../../../../common/chirp/client" } +chirp-client.workspace = true futures-util = "0.3" indoc = "1.0" lazy_static = "1.4" prost = "0.10" -rivet-connection = { path = "../../../../common/connection" } -rivet-operation = { path = "../../../../common/operation/core" } -rivet-pools = { path = "../../../../common/pools" } -rivet-runtime = { path = "../../../../common/runtime" } +rivet-connection.workspace = true +rivet-operation.workspace = true +rivet-pools.workspace = true +rivet-runtime.workspace = true tokio = { version = "1.40", features = ["full"] } tracing = "0.1" tracing-subscriber = { version = "0.3", default-features = false, features = [ @@ -25,19 +25,19 @@ tracing-subscriber = { version = "0.3", default-features = false, features = [ ] } tracing-logfmt = "0.3" -cloud-version-get = { path = "../../../cloud/ops/version-get" } -game-get = { path = "../../../game/ops/get" } -game-namespace-get = { path = "../../../game/ops/namespace-get" } -game-version-get = { path = "../../../game/ops/version-get" } -mm-player-count-for-namespace = { path = "../../../mm/ops/player-count-for-namespace" } -team-get = { path = "../../../team/ops/get" } -team-member-count = { path = "../../../team/ops/member-count" } -rivet-config = { path = "../../../../common/config" } -dynamic-config = { path = "../../../dynamic-config" } -chirp-workflow = { path = "../../../../common/chirp-workflow/core" } +cloud-version-get.workspace = true +game-get.workspace = true +game-namespace-get.workspace = true +game-version-get.workspace = true +mm-player-count-for-namespace.workspace = true +team-get.workspace = true +team-member-count.workspace = true +rivet-config.workspace = true +dynamic-config.workspace = true +chirp-workflow.workspace = true sysinfo = "0.32.0" -rivet-env = { path = "../../../../common/env" } -pegboard = { version = "0.0.1", path = "../../../pegboard" } +rivet-env.workspace = true +pegboard = { version = "0.0.1", workspace = true } serde = { version = "1.0.214", features = ["derive"] } [dependencies.sqlx] @@ -45,5 +45,5 @@ path = "../../../../../externals/sqlx" default-features = false [dev-dependencies] -chirp-worker = { path = "../../../../common/chirp/worker" } +chirp-worker.workspace = true chrono = "0.4" diff --git a/packages/services/tier/Cargo.toml b/packages/services/tier/Cargo.toml index 0e216753c..51ee7cf2d 100644 --- a/packages/services/tier/Cargo.toml +++ b/packages/services/tier/Cargo.toml @@ -6,9 +6,9 @@ license.workspace = true edition.workspace = true [dependencies] -chirp-workflow = { path = "../../common/chirp-workflow/core" } +chirp-workflow.workspace = true -cluster = { path = "../cluster" } -server-spec = { path = "../server-spec" } -linode = { path = "../linode" } -rivet-config = { path = "../../common/config" } +cluster.workspace = true +server-spec.workspace = true +linode.workspace = true +rivet-config.workspace = true diff --git a/packages/services/token/ops/create/Cargo.toml b/packages/services/token/ops/create/Cargo.toml index e61ebbe1e..147d2c8f0 100644 --- a/packages/services/token/ops/create/Cargo.toml +++ b/packages/services/token/ops/create/Cargo.toml @@ -7,11 +7,11 @@ edition.workspace = true [dependencies] base64 = "0.13" -chirp-client = { path = "../../../../common/chirp/client" } -rivet-operation = { path = "../../../../common/operation/core" } +chirp-client.workspace = true +rivet-operation.workspace = true chrono = "0.4" prost = "0.10" -rivet-claims = { path = "../../../../common/claims" } +rivet-claims.workspace = true jsonwebtoken = "8.2.0" lazy_static = "1.4" @@ -20,4 +20,4 @@ path = "../../../../../externals/sqlx" default-features = false [dev-dependencies] -chirp-worker = { path = "../../../../common/chirp/worker" } +chirp-worker.workspace = true diff --git a/packages/services/token/ops/exchange/Cargo.toml b/packages/services/token/ops/exchange/Cargo.toml index 90cebd00d..d930ff443 100644 --- a/packages/services/token/ops/exchange/Cargo.toml +++ b/packages/services/token/ops/exchange/Cargo.toml @@ -6,8 +6,8 @@ license.workspace = true edition.workspace = true [dependencies] -chirp-client = { path = "../../../../common/chirp/client" } -rivet-operation = { path = "../../../../common/operation/core" } +chirp-client.workspace = true +rivet-operation.workspace = true chrono = "0.4" prost = "0.10" @@ -17,6 +17,6 @@ default-features = false [dev-dependencies] -chirp-worker = { path = "../../../../common/chirp/worker" } +chirp-worker.workspace = true -token-create = { path = "../create" } +token-create.workspace = true diff --git a/packages/services/token/ops/get/Cargo.toml b/packages/services/token/ops/get/Cargo.toml index 81b8201f2..59c01662b 100644 --- a/packages/services/token/ops/get/Cargo.toml +++ b/packages/services/token/ops/get/Cargo.toml @@ -6,8 +6,8 @@ license.workspace = true edition.workspace = true [dependencies] -rivet-operation = { path = "../../../../common/operation/core" } -chirp-client = { path = "../../../../common/chirp/client" } +rivet-operation.workspace = true +chirp-client.workspace = true chrono = "0.4" prost = "0.10" @@ -16,6 +16,6 @@ path = "../../../../../externals/sqlx" default-features = false [dev-dependencies] -chirp-worker = { path = "../../../../common/chirp/worker" } +chirp-worker.workspace = true -token-create = { path = "../create" } +token-create.workspace = true diff --git a/packages/services/token/ops/revoke/Cargo.toml b/packages/services/token/ops/revoke/Cargo.toml index b75bac3b5..8181fdb9c 100644 --- a/packages/services/token/ops/revoke/Cargo.toml +++ b/packages/services/token/ops/revoke/Cargo.toml @@ -6,8 +6,8 @@ license.workspace = true edition.workspace = true [dependencies] -rivet-operation = { path = "../../../../common/operation/core" } -chirp-client = { path = "../../../../common/chirp/client" } +rivet-operation.workspace = true +chirp-client.workspace = true chrono = "0.4" prost = "0.10" @@ -16,6 +16,6 @@ path = "../../../../../externals/sqlx" default-features = false [dev-dependencies] -chirp-worker = { path = "../../../../common/chirp/worker" } +chirp-worker.workspace = true -token-create = { path = "../create" } +token-create.workspace = true diff --git a/packages/services/upload/ops/complete/Cargo.toml b/packages/services/upload/ops/complete/Cargo.toml index e000593ab..95d1ff692 100644 --- a/packages/services/upload/ops/complete/Cargo.toml +++ b/packages/services/upload/ops/complete/Cargo.toml @@ -6,11 +6,11 @@ license.workspace = true edition.workspace = true [dependencies] -chirp-client = { path = "../../../../common/chirp/client" } -rivet-operation = { path = "../../../../common/operation/core" } +chirp-client.workspace = true +rivet-operation.workspace = true chrono = "0.4" prost = "0.10" -s3-util = { path = "../../../../common/s3-util" } +s3-util.workspace = true url = "2.2" [dependencies.sqlx] @@ -18,8 +18,8 @@ path = "../../../../../externals/sqlx" default-features = false [dev-dependencies] -chirp-worker = { path = "../../../../common/chirp/worker" } +chirp-worker.workspace = true reqwest = "0.11" -upload-get = { path = "../get" } -upload-prepare = { path = "../prepare" } +upload-get.workspace = true +upload-prepare.workspace = true diff --git a/packages/services/upload/ops/file-list/Cargo.toml b/packages/services/upload/ops/file-list/Cargo.toml index 9bf262d95..9575be561 100644 --- a/packages/services/upload/ops/file-list/Cargo.toml +++ b/packages/services/upload/ops/file-list/Cargo.toml @@ -6,14 +6,14 @@ license.workspace = true edition.workspace = true [dependencies] -chirp-client = { path = "../../../../common/chirp/client" } +chirp-client.workspace = true chrono = "0.4" prost = "0.10" -rivet-operation = { path = "../../../../common/operation/core" } +rivet-operation.workspace = true [dependencies.sqlx] path = "../../../../../externals/sqlx" default-features = false [dev-dependencies] -chirp-worker = { path = "../../../../common/chirp/worker" } +chirp-worker.workspace = true diff --git a/packages/services/upload/ops/get/Cargo.toml b/packages/services/upload/ops/get/Cargo.toml index 63ee94707..c05f9e3e8 100644 --- a/packages/services/upload/ops/get/Cargo.toml +++ b/packages/services/upload/ops/get/Cargo.toml @@ -6,8 +6,8 @@ license.workspace = true edition.workspace = true [dependencies] -rivet-operation = { path = "../../../../common/operation/core" } -chirp-client = { path = "../../../../common/chirp/client" } +rivet-operation.workspace = true +chirp-client.workspace = true chrono = "0.4" prost = "0.10" @@ -16,6 +16,6 @@ path = "../../../../../externals/sqlx" default-features = false [dev-dependencies] -chirp-worker = { path = "../../../../common/chirp/worker" } +chirp-worker.workspace = true -upload-prepare = { path = "../prepare" } +upload-prepare.workspace = true diff --git a/packages/services/upload/ops/list-for-user/Cargo.toml b/packages/services/upload/ops/list-for-user/Cargo.toml index 1bad13e6c..912fc7f47 100644 --- a/packages/services/upload/ops/list-for-user/Cargo.toml +++ b/packages/services/upload/ops/list-for-user/Cargo.toml @@ -6,8 +6,8 @@ license.workspace = true edition.workspace = true [dependencies] -rivet-operation = { path = "../../../../common/operation/core" } -chirp-client = { path = "../../../../common/chirp/client" } +rivet-operation.workspace = true +chirp-client.workspace = true chrono = "0.4" prost = "0.10" @@ -16,6 +16,6 @@ path = "../../../../../externals/sqlx" default-features = false [dev-dependencies] -chirp-worker = { path = "../../../../common/chirp/worker" } +chirp-worker.workspace = true -upload-prepare = { path = "../prepare" } +upload-prepare.workspace = true diff --git a/packages/services/upload/ops/prepare/Cargo.toml b/packages/services/upload/ops/prepare/Cargo.toml index 47a41e620..63a5ca53f 100644 --- a/packages/services/upload/ops/prepare/Cargo.toml +++ b/packages/services/upload/ops/prepare/Cargo.toml @@ -6,20 +6,20 @@ license.workspace = true edition.workspace = true [dependencies] -chirp-client = { path = "../../../../common/chirp/client" } -rivet-operation = { path = "../../../../common/operation/core" } +chirp-client.workspace = true +rivet-operation.workspace = true chrono = "0.4" prost = "0.10" -s3-util = { path = "../../../../common/s3-util" } +s3-util.workspace = true [dependencies.sqlx] path = "../../../../../externals/sqlx" default-features = false [dev-dependencies] -chirp-worker = { path = "../../../../common/chirp/worker" } +chirp-worker.workspace = true reqwest = "0.11" rand = "0.8" -upload-get = { path = "../get" } -upload-complete = { path = "../complete" } +upload-get.workspace = true +upload-complete.workspace = true diff --git a/packages/services/upload/worker/Cargo.toml b/packages/services/upload/worker/Cargo.toml index c62e261c2..eae999430 100644 --- a/packages/services/upload/worker/Cargo.toml +++ b/packages/services/upload/worker/Cargo.toml @@ -6,20 +6,20 @@ license.workspace = true edition.workspace = true [dependencies] -chirp-worker = { path = "../../../common/chirp/worker" } -chirp-client = { path = "../../../common/chirp/client" } -rivet-health-checks = { path = "../../../common/health-checks" } -rivet-metrics = { path = "../../../common/metrics" } -rivet-runtime = { path = "../../../common/runtime" } -s3-util = { path = "../../../common/s3-util" } -rivet-config = { path = "../../../common/config" } +chirp-worker.workspace = true +chirp-client.workspace = true +rivet-health-checks.workspace = true +rivet-metrics.workspace = true +rivet-runtime.workspace = true +s3-util.workspace = true +rivet-config.workspace = true [dependencies.sqlx] path = "../../../../externals/sqlx" default-features = false [dev-dependencies] -chirp-worker = { path = "../../../common/chirp/worker" } +chirp-worker.workspace = true -upload-get = { path = "../ops/get" } -upload-prepare = { path = "../ops/prepare" } +upload-get.workspace = true +upload-prepare.workspace = true diff --git a/packages/services/user-identity/ops/create/Cargo.toml b/packages/services/user-identity/ops/create/Cargo.toml index ca63a6043..0cce06e63 100644 --- a/packages/services/user-identity/ops/create/Cargo.toml +++ b/packages/services/user-identity/ops/create/Cargo.toml @@ -6,12 +6,12 @@ license.workspace = true edition.workspace = true [dependencies] -rivet-operation = { path = "../../../../common/operation/core" } -chirp-client = { path = "../../../../common/chirp/client" } +rivet-operation.workspace = true +chirp-client.workspace = true prost = "0.10" email-address-parser = "1.0.1" [dev-dependencies] -chirp-worker = { path = "../../../../common/chirp/worker" } +chirp-worker.workspace = true -faker-user = { path = "../../../faker/ops/user" } +faker-user.workspace = true diff --git a/packages/services/user-identity/ops/delete/Cargo.toml b/packages/services/user-identity/ops/delete/Cargo.toml index 59111baa6..0cf5bd7e6 100644 --- a/packages/services/user-identity/ops/delete/Cargo.toml +++ b/packages/services/user-identity/ops/delete/Cargo.toml @@ -6,8 +6,8 @@ license.workspace = true edition.workspace = true [dependencies] -rivet-operation = { path = "../../../../common/operation/core" } -chirp-client = { path = "../../../../common/chirp/client" } +rivet-operation.workspace = true +chirp-client.workspace = true prost = "0.10" [dependencies.sqlx] @@ -15,7 +15,7 @@ path = "../../../../../externals/sqlx" default-features = false [dev-dependencies] -chirp-worker = { path = "../../../../common/chirp/worker" } +chirp-worker.workspace = true -faker-user = { path = "../../../faker/ops/user" } -user-identity-create = { path = "../create" } +faker-user.workspace = true +user-identity-create.workspace = true diff --git a/packages/services/user-identity/ops/get/Cargo.toml b/packages/services/user-identity/ops/get/Cargo.toml index 2af905aef..473861e2e 100644 --- a/packages/services/user-identity/ops/get/Cargo.toml +++ b/packages/services/user-identity/ops/get/Cargo.toml @@ -6,18 +6,18 @@ license.workspace = true edition.workspace = true [dependencies] -rivet-operation = { path = "../../../../common/operation/core" } -chirp-client = { path = "../../../../common/chirp/client" } +rivet-operation.workspace = true +chirp-client.workspace = true prost = "0.10" -user-get = { version = "0.0.1", path = "../../../user/ops/get" } -rivet-config = { path = "../../../../common/config" } +user-get = { version = "0.0.1", workspace = true } +rivet-config.workspace = true [dependencies.sqlx] path = "../../../../../externals/sqlx" default-features = false [dev-dependencies] -chirp-worker = { path = "../../../../common/chirp/worker" } +chirp-worker.workspace = true -faker-user = { path = "../../../faker/ops/user" } -user-identity-create = { path = "../create" } +faker-user.workspace = true +user-identity-create.workspace = true diff --git a/packages/services/user/Cargo.toml b/packages/services/user/Cargo.toml index 0d5c3f330..b3085dc82 100644 --- a/packages/services/user/Cargo.toml +++ b/packages/services/user/Cargo.toml @@ -6,9 +6,9 @@ license.workspace = true edition.workspace = true [dependencies] -chirp-workflow = { path = "../../common/chirp-workflow/core" } +chirp-workflow.workspace = true -cluster = { path = "../cluster" } -server-spec = { path = "../server-spec" } -linode = { path = "../linode" } -rivet-config = { path = "../../common/config" } +cluster.workspace = true +server-spec.workspace = true +linode.workspace = true +rivet-config.workspace = true diff --git a/packages/services/user/ops/avatar-upload-complete/Cargo.toml b/packages/services/user/ops/avatar-upload-complete/Cargo.toml index 53e493c3d..9cb71c742 100644 --- a/packages/services/user/ops/avatar-upload-complete/Cargo.toml +++ b/packages/services/user/ops/avatar-upload-complete/Cargo.toml @@ -6,20 +6,20 @@ license.workspace = true edition.workspace = true [dependencies] -rivet-operation = { path = "../../../../common/operation/core" } -chirp-client = { path = "../../../../common/chirp/client" } +rivet-operation.workspace = true +chirp-client.workspace = true prost = "0.10" -upload-complete = { path = "../../../upload/ops/complete" } +upload-complete.workspace = true [dependencies.sqlx] path = "../../../../../externals/sqlx" default-features = false [dev-dependencies] -chirp-worker = { path = "../../../../common/chirp/worker" } +chirp-worker.workspace = true reqwest = "0.11" -faker-user = { path = "../../../faker/ops/user" } -upload-get = { path = "../../../upload/ops/get" } -upload-prepare = { path = "../../../upload/ops/prepare" } +faker-user.workspace = true +upload-get.workspace = true +upload-prepare.workspace = true diff --git a/packages/services/user/ops/get/Cargo.toml b/packages/services/user/ops/get/Cargo.toml index 0cc13a50b..ebe801d7a 100644 --- a/packages/services/user/ops/get/Cargo.toml +++ b/packages/services/user/ops/get/Cargo.toml @@ -6,18 +6,18 @@ license.workspace = true edition.workspace = true [dependencies] -chirp-client = { path = "../../../../common/chirp/client" } +chirp-client.workspace = true prost = "0.10" -rivet-operation = { path = "../../../../common/operation/core" } +rivet-operation.workspace = true -upload-file-list = { path = "../../../upload/ops/file-list" } -upload-get = { path = "../../../upload/ops/get" } +upload-file-list.workspace = true +upload-get.workspace = true [dependencies.sqlx] path = "../../../../../externals/sqlx" default-features = false [dev-dependencies] -chirp-worker = { path = "../../../../common/chirp/worker" } -faker-user = { path = "../../../faker/ops/user" } +chirp-worker.workspace = true +faker-user.workspace = true rand = "0.8" diff --git a/packages/services/user/ops/pending-delete-toggle/Cargo.toml b/packages/services/user/ops/pending-delete-toggle/Cargo.toml index 020eccb02..7b96508b1 100644 --- a/packages/services/user/ops/pending-delete-toggle/Cargo.toml +++ b/packages/services/user/ops/pending-delete-toggle/Cargo.toml @@ -6,18 +6,18 @@ license.workspace = true edition.workspace = true [dependencies] -rivet-operation = { path = "../../../../common/operation/core" } -chirp-client = { path = "../../../../common/chirp/client" } +rivet-operation.workspace = true +chirp-client.workspace = true prost = "0.10" -user-identity-get = { path = "../../../user-identity/ops/get" } +user-identity-get.workspace = true [dependencies.sqlx] path = "../../../../../externals/sqlx" default-features = false [dev-dependencies] -chirp-worker = { path = "../../../../common/chirp/worker" } +chirp-worker.workspace = true -faker-user = { path = "../../../faker/ops/user" } -user-identity-create = { path = "../../../user-identity/ops/create" } +faker-user.workspace = true +user-identity-create.workspace = true diff --git a/packages/services/user/ops/profile-validate/Cargo.toml b/packages/services/user/ops/profile-validate/Cargo.toml index 20b6ba953..7637256d4 100644 --- a/packages/services/user/ops/profile-validate/Cargo.toml +++ b/packages/services/user/ops/profile-validate/Cargo.toml @@ -6,17 +6,17 @@ license.workspace = true edition.workspace = true [dependencies] -rivet-operation = { path = "../../../../common/operation/core" } -chirp-client = { path = "../../../../common/chirp/client" } +rivet-operation.workspace = true +chirp-client.workspace = true prost = "0.10" -user-get = { path = "../get" } +user-get.workspace = true [dependencies.sqlx] path = "../../../../../externals/sqlx" default-features = false [dev-dependencies] -chirp-worker = { path = "../../../../common/chirp/worker" } +chirp-worker.workspace = true -faker-user = { path = "../../../faker/ops/user" } +faker-user.workspace = true diff --git a/packages/services/user/ops/resolve-email/Cargo.toml b/packages/services/user/ops/resolve-email/Cargo.toml index 50290c0aa..487a3de23 100644 --- a/packages/services/user/ops/resolve-email/Cargo.toml +++ b/packages/services/user/ops/resolve-email/Cargo.toml @@ -6,8 +6,8 @@ license.workspace = true edition.workspace = true [dependencies] -rivet-operation = { path = "../../../../common/operation/core" } -chirp-client = { path = "../../../../common/chirp/client" } +rivet-operation.workspace = true +chirp-client.workspace = true prost = "0.10" [dependencies.sqlx] @@ -15,7 +15,7 @@ path = "../../../../../externals/sqlx" default-features = false [dev-dependencies] -chirp-worker = { path = "../../../../common/chirp/worker" } +chirp-worker.workspace = true -faker-user = { path = "../../../faker/ops/user" } -user-identity-create = { path = "../../../user-identity/ops/create" } +faker-user.workspace = true +user-identity-create.workspace = true diff --git a/packages/services/user/ops/team-list/Cargo.toml b/packages/services/user/ops/team-list/Cargo.toml index 803b04e2f..a20f46270 100644 --- a/packages/services/user/ops/team-list/Cargo.toml +++ b/packages/services/user/ops/team-list/Cargo.toml @@ -6,8 +6,8 @@ license.workspace = true edition.workspace = true [dependencies] -rivet-operation = { path = "../../../../common/operation/core" } -chirp-client = { path = "../../../../common/chirp/client" } +rivet-operation.workspace = true +chirp-client.workspace = true prost = "0.10" [dependencies.sqlx] @@ -15,4 +15,4 @@ path = "../../../../../externals/sqlx" default-features = false [dev-dependencies] -chirp-worker = { path = "../../../../common/chirp/worker" } +chirp-worker.workspace = true diff --git a/packages/services/user/ops/token-create/Cargo.toml b/packages/services/user/ops/token-create/Cargo.toml index 1c2ba3d80..808c7e874 100644 --- a/packages/services/user/ops/token-create/Cargo.toml +++ b/packages/services/user/ops/token-create/Cargo.toml @@ -6,17 +6,17 @@ license.workspace = true edition.workspace = true [dependencies] -rivet-operation = { path = "../../../../common/operation/core" } -chirp-client = { path = "../../../../common/chirp/client" } +rivet-operation.workspace = true +chirp-client.workspace = true prost = "0.10" -token-create = { path = "../../../token/ops/create" } +token-create.workspace = true [dependencies.sqlx] path = "../../../../../externals/sqlx" default-features = false [dev-dependencies] -chirp-worker = { path = "../../../../common/chirp/worker" } +chirp-worker.workspace = true -faker-user = { path = "../../../faker/ops/user" } +faker-user.workspace = true diff --git a/packages/services/user/standalone/delete-pending/Cargo.toml b/packages/services/user/standalone/delete-pending/Cargo.toml index 40bd251b8..1f042a682 100644 --- a/packages/services/user/standalone/delete-pending/Cargo.toml +++ b/packages/services/user/standalone/delete-pending/Cargo.toml @@ -7,14 +7,14 @@ edition.workspace = true [dependencies] lazy_static = "1.4" -chirp-client = { path = "../../../../common/chirp/client" } -rivet-operation = { path = "../../../../common/operation/core" } +chirp-client.workspace = true +rivet-operation.workspace = true futures-util = "0.3" indoc = "1.0" prost = "0.10" -rivet-connection = { path = "../../../../common/connection" } -rivet-pools = { path = "../../../../common/pools" } -rivet-runtime = { path = "../../../../common/runtime" } +rivet-connection.workspace = true +rivet-pools.workspace = true +rivet-runtime.workspace = true tokio = { version = "1.40", features = ["full"] } tracing = "0.1" tracing-subscriber = { version = "0.3", default-features = false, features = [ @@ -23,8 +23,8 @@ tracing-subscriber = { version = "0.3", default-features = false, features = [ "ansi", ] } tracing-logfmt = "0.3" -rivet-config = { path = "../../../../common/config" } +rivet-config.workspace = true [dev-dependencies] -chirp-worker = { path = "../../../../common/chirp/worker" } +chirp-worker.workspace = true chrono = "0.4" diff --git a/packages/services/user/worker/Cargo.toml b/packages/services/user/worker/Cargo.toml index c063c7cd4..809a6c825 100644 --- a/packages/services/user/worker/Cargo.toml +++ b/packages/services/user/worker/Cargo.toml @@ -6,29 +6,29 @@ license.workspace = true edition.workspace = true [dependencies] -rivet-convert = { path = "../../../common/convert" } -chirp-client = { path = "../../../common/chirp/client" } -chirp-worker = { path = "../../../common/chirp/worker" } +rivet-convert.workspace = true +chirp-client.workspace = true +chirp-worker.workspace = true chrono = "0.4" lazy_static = "1.4.0" -rivet-health-checks = { path = "../../../common/health-checks" } -rivet-metrics = { path = "../../../common/metrics" } -rivet-runtime = { path = "../../../common/runtime" } +rivet-health-checks.workspace = true +rivet-metrics.workspace = true +rivet-runtime.workspace = true -game-get = { path = "../../game/ops/get" } -game-namespace-get = { path = "../../game/ops/namespace-get" } -team-get = { path = "../../team/ops/get" } -team-member-list = { path = "../../team/ops/member-list" } -upload-list-for-user = { path = "../../upload/ops/list-for-user" } -user-get = { path = "../ops/get" } -user-identity-delete = { path = "../../user-identity/ops/delete" } -user-profile-validate = { path = "../ops/profile-validate" } -user-team-list = { path = "../ops/team-list" } -rivet-config = { path = "../../../common/config" } +game-get.workspace = true +game-namespace-get.workspace = true +team-get.workspace = true +team-member-list.workspace = true +upload-list-for-user.workspace = true +user-get.workspace = true +user-identity-delete.workspace = true +user-profile-validate.workspace = true +user-team-list.workspace = true +rivet-config.workspace = true [dev-dependencies] -chirp-worker = { path = "../../../common/chirp/worker" } +chirp-worker.workspace = true -faker-user = { path = "../../faker/ops/user" } -upload-get = { path = "../../upload/ops/get" } -upload-prepare = { path = "../../upload/ops/prepare" } +faker-user.workspace = true +upload-get.workspace = true +upload-prepare.workspace = true diff --git a/packages/services/workflow/standalone/gc/Cargo.toml b/packages/services/workflow/standalone/gc/Cargo.toml index 74bcf69ff..d870591e0 100644 --- a/packages/services/workflow/standalone/gc/Cargo.toml +++ b/packages/services/workflow/standalone/gc/Cargo.toml @@ -6,17 +6,17 @@ license.workspace = true edition.workspace = true [dependencies] -chirp-client = { path = "../../../../common/chirp/client" } -rivet-connection = { path = "../../../../common/connection" } -rivet-health-checks = { path = "../../../../common/health-checks" } -rivet-metrics = { path = "../../../../common/metrics" } -rivet-operation = { path = "../../../../common/operation/core" } -rivet-runtime = { path = "../../../../common/runtime" } +chirp-client.workspace = true +rivet-connection.workspace = true +rivet-health-checks.workspace = true +rivet-metrics.workspace = true +rivet-operation.workspace = true +rivet-runtime.workspace = true tokio = { version = "1.40", features = ["full"] } tracing = "0.1" tracing-subscriber = { version = "0.3", default-features = false, features = ["fmt", "json", "ansi"] } tracing-logfmt = "0.3" -rivet-config = { path = "../../../../common/config" } +rivet-config.workspace = true [dev-dependencies] -chirp-worker = { path = "../../../../common/chirp/worker" } +chirp-worker.workspace = true diff --git a/packages/services/workflow/standalone/metrics-publish/Cargo.toml b/packages/services/workflow/standalone/metrics-publish/Cargo.toml index e1f8b39f2..250198e92 100644 --- a/packages/services/workflow/standalone/metrics-publish/Cargo.toml +++ b/packages/services/workflow/standalone/metrics-publish/Cargo.toml @@ -6,13 +6,13 @@ license.workspace = true edition.workspace = true [dependencies] -chirp-client = { path = "../../../../common/chirp/client" } -chirp-workflow = { path = "../../../../common/chirp-workflow/core" } -rivet-config = { path = "../../../../common/config" } -rivet-connection = { path = "../../../../common/connection" } -rivet-health-checks = { path = "../../../../common/health-checks" } -rivet-metrics = { path = "../../../../common/metrics" } -rivet-runtime = { path = "../../../../common/runtime" } +chirp-client.workspace = true +chirp-workflow.workspace = true +rivet-config.workspace = true +rivet-connection.workspace = true +rivet-health-checks.workspace = true +rivet-metrics.workspace = true +rivet-runtime.workspace = true tokio = { version = "1.40", features = ["full"] } tracing = "0.1" tracing-subscriber = { version = "0.3", default-features = false, features = ["fmt", "json", "ansi"] } diff --git a/scripts/cargo/update_workspace.ts b/scripts/cargo/update_workspace.ts index 573aca7d9..cf1f38d37 100755 --- a/scripts/cargo/update_workspace.ts +++ b/scripts/cargo/update_workspace.ts @@ -48,6 +48,16 @@ async function updateCargoToml() { // Build new workspace dependencies const newDependencies: Record = {}; + const packageAliases: Record = { + "rivet-util": ["util"], + "rivet-util-mm": ["util-mm"], + "rivet-util-job": ["util-job"], + "rivet-util-search": ["util-search"], + "rivet-util-captcha": ["util-captcha"], + "rivet-util-cdn": ["util-cdn"], + "rivet-util-team": ["util-team"], + "rivet-util-build": ["util-build"], + }; for (const packagePath of members) { const packageTomlPath = join(rootDir, packagePath, "Cargo.toml"); const packageTomlContent = await Deno.readTextFile(packageTomlPath); @@ -58,6 +68,16 @@ async function updateCargoToml() { path: packagePath, }; + // Register package alias names with the workspace + if (packageToml.package.name in packageAliases) { + for (const alias of packageAliases[packageToml.package.name]) { + newDependencies[alias] = { + package: packageToml.package.name, + path: packagePath, + }; + } + } + // // Replace all package dependencies that refer to a workspace package to use `*.workspace = true` // for ( // const [depName, dep] of Object.entries(packageToml.dependencies || {})