Skip to content

Commit

Permalink
first cut at "omdb mgs sensors"
Browse files Browse the repository at this point in the history
  • Loading branch information
bcantrill committed Dec 30, 2023
1 parent 709493b commit 3c17df6
Show file tree
Hide file tree
Showing 4 changed files with 345 additions and 0 deletions.
10 changes: 10 additions & 0 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -237,6 +237,7 @@ mime_guess = "2.0.4"
mockall = "0.12"
newtype_derive = "0.1.6"
mg-admin-client = { path = "clients/mg-admin-client" }
multimap = "0.8.1"
nexus-client = { path = "clients/nexus-client" }
nexus-db-model = { path = "nexus/db-model" }
nexus-db-queries = { path = "nexus/db-queries" }
Expand Down
1 change: 1 addition & 0 deletions dev-tools/omdb/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@ uuid.workspace = true
ipnetwork.workspace = true
omicron-workspace-hack.workspace = true
nexus-test-utils.workspace = true
multimap.workspace = true

[dev-dependencies]
expectorate.workspace = true
Expand Down
Loading

0 comments on commit 3c17df6

Please sign in to comment.