-
Notifications
You must be signed in to change notification settings - Fork 22
/
Copy pathCargo.toml
46 lines (44 loc) · 1.16 KB
/
Cargo.toml
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
[package]
name = "phd-framework"
version = "0.1.0"
license = "MPL-2.0"
edition = "2021"
[lib]
doctest = false
[dependencies]
anyhow.workspace = true
backoff = { workspace = true, features = ["tokio"] }
base64.workspace = true
bytes.workspace = true
bhyve_api.workspace = true
camino = { workspace = true, features = ["serde1"] }
cfg-if.workspace = true
cpuid_utils.workspace = true
dropshot.workspace = true
errno.workspace = true
fatfs.workspace = true
futures.workspace = true
flate2.workspace = true
hex.workspace = true
libc.workspace = true
newtype_derive.workspace = true
omicron-common.workspace = true
oximeter.workspace = true
propolis-client.workspace = true
reqwest = { workspace = true, features = ["blocking"] }
ring.workspace = true
serde = { workspace = true, features = ["derive"] }
serde_derive.workspace = true
serde_json.workspace = true
slog.workspace = true
slog-async.workspace = true
slog-term.workspace = true
tar.workspace = true
termwiz.workspace = true
thiserror.workspace = true
tokio = { workspace = true, features = ["full"] }
tokio-tungstenite.workspace = true
toml.workspace = true
tracing.workspace = true
uuid.workspace = true
rand.workspace = true