Skip to content

Commit

Permalink
Add schema generation tests
Browse files Browse the repository at this point in the history
  • Loading branch information
bnaecker committed Jun 6, 2024
1 parent da37ed3 commit d0d0fe6
Show file tree
Hide file tree
Showing 4 changed files with 865 additions and 224 deletions.
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 oximeter/impl/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,13 @@ heck.workspace = true
num.workspace = true
omicron-common.workspace = true
oximeter-macro-impl.workspace = true
proc-macro2.workspace = true
regex.workspace = true
schemars = { workspace = true, features = [ "uuid1", "bytes", "chrono" ] }
serde.workspace = true
serde_json.workspace = true
strum.workspace = true
syn.workspace = true
toml.workspace = true
thiserror.workspace = true
uuid.workspace = true
Expand Down
Loading

0 comments on commit d0d0fe6

Please sign in to comment.