-
Notifications
You must be signed in to change notification settings - Fork 83
Expand file tree
/
Copy pathCargo.toml
More file actions
50 lines (45 loc) · 1.29 KB
/
Cargo.toml
File metadata and controls
50 lines (45 loc) · 1.29 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
48
49
50
[package]
name = "omicron-dev"
version = "0.1.0"
edition.workspace = true
license = "MPL-2.0"
[lints]
workspace = true
[build-dependencies]
omicron-rpaths.workspace = true
[dependencies]
anyhow.workspace = true
camino.workspace = true
clap.workspace = true
dropshot.workspace = true
futures.workspace = true
gateway-client.workspace = true
gateway-test-utils.workspace = true
libc.workspace = true
loopback-ip-mgr.workspace = true
sled-agent-types.workspace = true
mg-admin-client.workspace = true
nexus-config.workspace = true
nexus-test-interface.workspace = true
nexus-test-utils = { workspace = true, features = ["omicron-dev"] }
omicron-test-utils.workspace = true
omicron-nexus.workspace = true
omicron-workspace-hack.workspace = true
oxide-tokio-rt.workspace = true
# See omicron-rpaths for more about the "pq-sys" dependency.
pq-sys = "*"
signal-hook-tokio.workspace = true
slog.workspace=true
slog-term.workspace=true
slog-async.workspace=true
tokio.workspace = true
toml.workspace = true
[target.'cfg(target_os = "illumos")'.dependencies]
# See omicron-rpaths for more about the "fmd-adm-sys" dependency.
fmd-adm-sys.workspace = true
[dev-dependencies]
expectorate.workspace = true
omicron-dev-lib.workspace = true
oxide-client.workspace = true
subprocess.workspace = true
tokio-postgres.workspace = true