-
Notifications
You must be signed in to change notification settings - Fork 2
/
Cargo.toml
38 lines (36 loc) · 888 Bytes
/
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
[package]
name = "ddm"
version = "0.1.0"
edition = "2021"
[dev-dependencies]
pretty_assertions.workspace = true
[dependencies]
slog.workspace = true
socket2.workspace = true
ispf.workspace = true
serde.workspace = true
hostname.workspace = true
thiserror.workspace = true
dropshot.workspace = true
schemars.workspace = true
tokio.workspace = true
serde_repr.workspace = true
anyhow.workspace = true
hyper.workspace = true
hyper-util.workspace = true
http-body-util.workspace = true
serde_json.workspace = true
libnet.workspace = true
dpd-client.workspace = true
dendrite-common.workspace = true
opte-ioctl.workspace = true
oxide-vpc.workspace = true
sled.workspace = true
mg-common.workspace = true
chrono.workspace = true
omicron-common.workspace = true
oximeter.workspace = true
oximeter-producer.workspace = true
oxnet.workspace = true
uuid.workspace = true
reqwest.workspace = true