-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathCargo.toml
More file actions
42 lines (40 loc) · 1.24 KB
/
Cargo.toml
File metadata and controls
42 lines (40 loc) · 1.24 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
[workspace]
resolver = "2"
members = [
"lib",
"client",
]
[workspace.dependencies]
softnpu = { path = "lib" }
serde = { version = "1.0.228", features = ["derive"] }
serde_json = "1.0.149"
tokio = { version = "1.50.0", features = ["sync", "net"] }
anyhow = "1.0.102"
clap = { version = "4.6.0", features = ["derive", "unstable-styles"] }
devinfo = { git = "https://github.com/oxidecomputer/devinfo-sys", branch = "main" }
dlpi = { git = "https://github.com/oxidecomputer/dlpi-sys", branch = "main" }
indicatif = "0.18.4"
libc = "0.2.183"
libloading = "0.8.9"
p9ds = { git = "https://github.com/oxidecomputer/p9fs", branch = "main" }
p9kp = { git = "https://github.com/oxidecomputer/p9fs", branch = "main" }
slog = "2.8.2"
slog-async = "2.8.0"
slog-envlogger = "2.2.0"
slog-term = "2.9.2"
toml = "1.0.6"
anstyle = "1.0.14"
zone = "0.3.1"
ztest = { git = "https://github.com/oxidecomputer/falcon" }
curl = "0.4.49"
octocrab = "0.49"
libnet = { git = "https://github.com/oxidecomputer/netadm-sys", branch = "main" }
p4rs = { git = "https://github.com/oxidecomputer/p4", branch = "zl/multicast" }
sha256 = "1.6.0"
camino = "1.2.2"
thiserror = "2.0.18"
flate2 = "1.1"
tar = "0.4"
fs_extra = "1.3"
tempfile = "3.25"
smf = { git = "https://github.com/illumos/smf-rs" }