Skip to content

Commit

Permalink
feat: generate openapi spec
Browse files Browse the repository at this point in the history
  • Loading branch information
Ludo Galabru committed Sep 13, 2022
1 parent cd84ecb commit 01e8979
Show file tree
Hide file tree
Showing 7 changed files with 743 additions and 633 deletions.
80 changes: 80 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 vendor/orchestra-event-observer/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,8 @@ clap = { version = "3.1.6", features = ["derive"], optional = true }
clap_generate = { version = "3.0.3", optional = true }
toml = { version = "0.5.6", features = ["preserve_order"], optional = true }
ctrlc = { version = "3.2.2", optional = true }
schemars = { version = "0.8.10" }
rocket_okapi = "0.8.0-rc.1"
slog = { version = "2.7.0" }
slog-json = { version = "2.6.1", optional = true }
slog-scope = { version = "4.4.0", optional = true }
Expand Down
Loading

0 comments on commit 01e8979

Please sign in to comment.