-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathCargo.toml
47 lines (44 loc) · 1.25 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
47
[workspace]
resolver = "2"
default-members = [
"lib",
"ztest",
]
members = [
"lib",
"ztest",
"examples/solo",
"examples/duo",
"examples/duo-unit",
"examples/helios-dev",
]
[workspace.dependencies]
thiserror = "1.0"
anyhow = "1.0"
zone = "0.1.8"
regex = "1.5"
smf = "0.2"
libnet = { git = "https://github.com/oxidecomputer/netadm-sys", branch = "main" }
uuid = { version = "1.0.0", features = [ "serde", "v4" ] }
serde = "1.0"
ron = "0.7"
slog = { version = "2.7", features = ["max_level_trace"] }
slog-term = "2.7"
slog-async = "2.7"
slog-envlogger = "2.2"
propolis-client = { git = "https://github.com/oxidecomputer/propolis", rev = "fae5334bcad5e864794332c6fed5e6bb9ec88831" }
propolis-server-config = { git = "https://github.com/oxidecomputer/propolis", rev = "fae5334bcad5e864794332c6fed5e6bb9ec88831" }
toml = "0.7"
libc = "0.2"
tokio = { version = "1.39.3", features = ["full"] }
tokio-tungstenite = "0.21"
futures = "0.3"
clap = { version = "4.0.28", features = ["color", "derive"] }
tabwriter = { version = "1", features = ["ansi_formatting"] }
colored = "2"
rand = "0.8"
camino = { version = "1.1.1", features = ["serde1"] }
reqwest = "0.12.7"
oxnet = { git = "https://github.com/oxidecomputer/oxnet" }
indicatif = "0.17.8"
xz2 = "0.1.7"