Skip to content

Commit 9253c60

Browse files
authored
migrate mg-admin and ddm-admin APIs to Dropshot API manager (#557)
Part of oxidecomputer/omicron#8922. Also added an xtask so users can run `cargo xtask openapi generate` and so on.
1 parent cbf4cfd commit 9253c60

File tree

14 files changed

+461
-81
lines changed

14 files changed

+461
-81
lines changed

.cargo/config.toml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
[net]
22
git-fetch-with-cli = true
33

4+
[alias]
5+
xtask = "run --package xtask --"
6+
47
[build]
58
rustflags = ["--cfg", "tokio_unstable"]
69

0 commit comments

Comments
 (0)