diff options
| author | cfinn <cfinn68916@proton.me> | 2026-02-15 17:22:10 -0600 |
|---|---|---|
| committer | cfinn <cfinn68916@proton.me> | 2026-02-15 17:22:10 -0600 |
| commit | 1d29c1368f36b0fc6f7c4c66906e39d85bb63b9c (patch) | |
| tree | 0797008181d962b53278e8bc62f3bc3bb774fc2a /Cargo.toml | |
Signed-off-by: cfinn <cfinn68916@proton.me>
Diffstat (limited to 'Cargo.toml')
| -rw-r--r-- | Cargo.toml | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/Cargo.toml b/Cargo.toml new file mode 100644 index 0000000..3d40618 --- /dev/null +++ b/Cargo.toml @@ -0,0 +1,8 @@ +[package] +name = "linkdedup" +version = "0.1.0" +edition = "2024" + +[dependencies] +sha2 = "0.10.9" +pathdiff = "0.2.3" |
