Skip to content

Commit

Permalink
Add LayeredArchitectureContract
Browse files Browse the repository at this point in the history
  • Loading branch information
Peter554 committed Jan 5, 2025
1 parent 5c0d656 commit 1d62869
Show file tree
Hide file tree
Showing 10 changed files with 542 additions and 188 deletions.
25 changes: 21 additions & 4 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 Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,8 @@ tempdir = "0.3.7"
pathfinding = "4.12.0"
regex = "1.11.1"
lazy_static = "1.5.0"
itertools = "0.14.0"
tap = "1.0.1"

[dev-dependencies]
parameterized = "2.0.0"
Expand Down
4 changes: 2 additions & 2 deletions Taskfile.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
version: '3'
version: "3"

tasks:
test:
Expand Down Expand Up @@ -47,4 +47,4 @@ tasks:
check.uncommitted-changes:
internal: true
cmds:
- "[[ -z $(git status -s) ]]"
- "[[ -z $(git status -s) ]]"
Loading

0 comments on commit 1d62869

Please sign in to comment.