@@ -14,35 +14,35 @@ name = "rivet_guard"
14
14
path = " src/lib.rs"
15
15
16
16
[dependencies ]
17
- rivet-guard-core.workspace = true
18
- tokio.workspace = true
19
17
anyhow.workspace = true
20
- tracing.workspace = true
21
- uuid = { version = " 1.3" , features = [" v4" ] }
22
- serde_json = " 1.0"
18
+ chirp-client.workspace = true
19
+ chirp-workflow.workspace = true
23
20
clap = { version = " 4.3" , features = [" derive" ] }
24
- rivet-config.workspace = true
25
- rivet-logs.workspace = true
26
- rivet-runtime.workspace = true
27
- rivet-pools.workspace = true
28
- rivet-metrics.workspace = true
21
+ cluster.workspace = true
22
+ fdb-util.workspace = true
23
+ foundationdb.workspace = true
29
24
futures = " 0.3.30"
25
+ game-namespace-resolve-name-id = { path = " ../../../../core/services/game/ops/namespace-resolve-name-id" }
30
26
global-error.workspace = true
31
- cluster.workspace = true
32
- chirp-workflow.workspace = true
33
- chirp-client.workspace = true
34
- rivet-connection.workspace = true
35
- regex = " 1.10.3"
36
27
once_cell = " 1.19.0"
37
28
pegboard.workspace = true
38
- fdb-util.workspace = true
39
- foundationdb.workspace = true
40
- rustls-pemfile = " 2.0.0"
41
- rustls = { version = " 0.23.25" }
29
+ regex = " 1.10.3"
42
30
rivet-cache.workspace = true
31
+ rivet-config.workspace = true
32
+ rivet-connection.workspace = true
33
+ rivet-guard-core.workspace = true
34
+ rivet-logs.workspace = true
35
+ rivet-metrics.workspace = true
36
+ rivet-pools.workspace = true
37
+ rivet-runtime.workspace = true
43
38
route = { path = " ../../../../core/services/route" }
44
- game-namespace-resolve-name-id = { path = " ../../../../core/services/game/ops/namespace-resolve-name-id" }
39
+ rustls = { version = " 0.23.25" }
40
+ rustls-pemfile = " 2.0.0"
41
+ serde_json = " 1.0"
42
+ tokio.workspace = true
43
+ tracing.workspace = true
45
44
types-proto = { path = " ../../../../common/types-proto/core" , package = " types-proto" }
45
+ uuid = { version = " 1.3" , features = [" v4" ] }
46
46
47
47
[dev-dependencies ]
48
48
uuid = { version = " 1.3" , features = [" v4" , " fast-rng" ] }
0 commit comments