Skip to content

Commit

Permalink
refactor: split trippy into multiple crates
Browse files Browse the repository at this point in the history
  • Loading branch information
fujiapple852 committed May 16, 2024
1 parent 9bfcc3f commit e54dc0a
Show file tree
Hide file tree
Showing 124 changed files with 673 additions and 474 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ jobs:
if: startsWith(matrix.build, 'windows')
shell: bash
run: |
cp "tests/resources/wintun.dll" "."
cp "crates/trippy-core/tests/resources/wintun.dll" "."
- name: Allow ICMPv4 and ICMPv6 in Windows defender firewall
if: startsWith(matrix.build, 'windows')
shell: pwsh
Expand Down
116 changes: 77 additions & 39 deletions Cargo.lock

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

Loading

0 comments on commit e54dc0a

Please sign in to comment.