Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions Cargo.lock

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

2 changes: 2 additions & 0 deletions nexus/reconfigurator/planning/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -42,9 +42,11 @@ uuid.workspace = true
omicron-workspace-hack.workspace = true

[dev-dependencies]
dropshot.workspace = true
expectorate.workspace = true
maplit.workspace = true
omicron-common = { workspace = true, features = ["testing"] }
omicron-test-utils.workspace = true
proptest.workspace = true
semver.workspace = true
test-strategy.workspace = true
1 change: 1 addition & 0 deletions nexus/reconfigurator/planning/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,6 @@
pub mod blueprint_builder;
pub mod blueprint_editor;
pub mod example;
pub mod mgs_updates;
pub mod planner;
pub mod system;
Loading
Loading