Skip to content

Commit

Permalink
Add dependency on pathdiff
Browse files Browse the repository at this point in the history
  • Loading branch information
mkaput committed Feb 21, 2023
1 parent daf3a0b commit ba89e17
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 0 deletions.
10 changes: 10 additions & 0 deletions Cargo.lock

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

1 change: 1 addition & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ itertools = "0.10.5"
libc = "0.2.137"
ntest = "0.9.0"
once_cell = "1.17.1"
pathdiff = { version = "0.2.1", features = ["camino"] }
petgraph = "0.6.2"
predicates = { version = "2.1.3", features = ["color-auto"] }
rust-embed = { version = "6.4.2", features = ["debug-embed"] }
Expand Down
1 change: 1 addition & 0 deletions scarb/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ indicatif.workspace = true
indoc.workspace = true
itertools.workspace = true
once_cell.workspace = true
pathdiff.workspace = true
petgraph.workspace = true
rust-embed.workspace = true
semver.workspace = true
Expand Down

0 comments on commit ba89e17

Please sign in to comment.