@@ -14,35 +14,35 @@ name = "rivet_guard"
1414path = " src/lib.rs"
1515
1616[dependencies ]
17- rivet-guard-core.workspace = true
18- tokio.workspace = true
1917anyhow.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
2320clap = { 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
2924futures = " 0.3.30"
25+ game-namespace-resolve-name-id = { path = " ../../../../core/services/game/ops/namespace-resolve-name-id" }
3026global-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"
3627once_cell = " 1.19.0"
3728pegboard.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"
4230rivet-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
4338route = { 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
4544types-proto = { path = " ../../../../common/types-proto/core" , package = " types-proto" }
45+ uuid = { version = " 1.3" , features = [" v4" ] }
4646
4747[dev-dependencies ]
4848uuid = { version = " 1.3" , features = [" v4" , " fast-rng" ] }
0 commit comments