Skip to content

Commit

Permalink
Merge pull request #6 from bennjii/automated
Browse files Browse the repository at this point in the history
enhance: Reduce Repeated Code
  • Loading branch information
bennjii authored Feb 10, 2024
2 parents 78b2c9f + c9b4652 commit d76cf0a
Show file tree
Hide file tree
Showing 54 changed files with 1,146 additions and 1,812 deletions.
72 changes: 41 additions & 31 deletions Cargo.lock

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

3 changes: 3 additions & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,9 @@ okapi = { version = "0.7.0", features = ["impl_json_schema"] }
rocket-validation = { version = "0.1.4", git = "https://github.com/bennjii/rocket-validation.git", branch = "main" }
validator="0.16.1"

# Automations
macro_test = { path = "../../macro_test" }

[features]
types = []
process = [
Expand Down
Loading

0 comments on commit d76cf0a

Please sign in to comment.