-
Notifications
You must be signed in to change notification settings - Fork 186
Expand file tree
/
Copy pathCargo.toml
More file actions
41 lines (39 loc) · 1.09 KB
/
Cargo.toml
File metadata and controls
41 lines (39 loc) · 1.09 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
[package]
name = "api-edge-intercom"
version.workspace = true
authors.workspace = true
license.workspace = true
edition.workspace = true
[dependencies]
api-helper.workspace = true
async-trait = "0.1"
chirp-client.workspace = true
chirp-workflow.workspace = true
chrono = "0.4"
fdb-util.workspace = true
foundationdb.workspace = true
http = "0.2"
hyper = { version = "0.14", features = ["server", "http1", "stream", "tcp"] }
lazy_static = "1.4"
prost = "0.10"
rivet-api.workspace = true
rivet-cache.workspace = true
rivet-claims.workspace = true
rivet-config.workspace = true
rivet-convert.workspace = true
rivet-env.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"
tokio.workspace = true
tracing = "0.1"
tracing-subscriber = { version = "0.3", default-features = false, features = ["fmt", "json", "ansi"] }
url = "2.2.2"
uuid = { version = "1", features = ["v4"] }
build.workspace = true
cluster.workspace = true
pegboard.workspace = true