-
Notifications
You must be signed in to change notification settings - Fork 176
Expand file tree
/
Copy pathCargo.toml
More file actions
47 lines (45 loc) · 1.11 KB
/
Cargo.toml
File metadata and controls
47 lines (45 loc) · 1.11 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
42
43
44
45
46
47
[package]
name = "epoxy"
version.workspace = true
authors.workspace = true
license.workspace = true
edition.workspace = true
[dependencies]
anyhow.workspace = true
axum.workspace = true
base64.workspace = true
bytes.workspace = true
gas.workspace = true
epoxy-protocol.workspace = true
futures-util.workspace = true
lazy_static.workspace = true
rand.workspace = true
reqwest.workspace = true
rivet-api-builder.workspace = true
rivet-config.workspace = true
rivet-error.workspace = true
rivet-pools.workspace = true
rivet-metrics.workspace = true
rivet-util.workspace = true
serde.workspace = true
serde_bare.workspace = true
serde_json.workspace = true
sha2.workspace = true
slog-async.workspace = true
slog-term.workspace = true
slog.workspace = true
tokio.workspace = true
tracing-slog.workspace = true
tracing.workspace = true
universaldb.workspace = true
url.workspace = true
uuid.workspace = true
vbare.workspace = true
[dev-dependencies]
gas.workspace = true
rivet-runtime.workspace = true
rivet-test-deps.workspace = true
test-snapshot-gen.workspace = true
portpicker.workspace = true
tokio.workspace = true
libc.workspace = true