summary refs log tree commit diff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorcfinn <cfinn68916@proton.me>2026-02-15 17:22:10 -0600
committercfinn <cfinn68916@proton.me>2026-02-15 17:22:10 -0600
commit1d29c1368f36b0fc6f7c4c66906e39d85bb63b9c (patch)
tree0797008181d962b53278e8bc62f3bc3bb774fc2a /Cargo.toml
Initial commit HEAD main
Signed-off-by: cfinn <cfinn68916@proton.me>
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml8
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"