Skip to content

Commit

Permalink
execution_spec refactoring, cleaning, fix
Browse files Browse the repository at this point in the history
  • Loading branch information
webbdays committed Apr 24, 2024
1 parent 05e87cc commit 7fa27c2
Show file tree
Hide file tree
Showing 466 changed files with 1,144 additions and 1,093 deletions.
83 changes: 83 additions & 0 deletions Cargo.lock

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

7 changes: 7 additions & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -146,6 +146,8 @@ convert_case = "0.6.0"
rand = "0.8.5"
tailcall-macros = { path = "tailcall-macros" }
tonic-types = "0.11.0"
datatest-stable = "0.2.7"
tokio-test = "0.4.4"


[dev-dependencies]
Expand Down Expand Up @@ -241,3 +243,8 @@ harness = false
[[bench]]
name = "protobuf_convert_output"
harness = false

[[test]]
name = "execution_spec"
harness = false

Loading

0 comments on commit 7fa27c2

Please sign in to comment.