summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2023-12-23 16:14:39 +0200
committerLars Wirzenius <liw@liw.fi>2023-12-23 16:14:39 +0200
commitd4c980214f17bc27e52bc61728c1b5e1fdb2e37d (patch)
tree1decf6f1db609dcf5fb03feaaa21bd373c7ad020
parentb5a938701d5cc88b5fdba7fec75ca824577ac350 (diff)
downloadpathdedup-d4c980214f17bc27e52bc61728c1b5e1fdb2e37d.tar.gz
build: drop all dependencies apart from std
Signed-off-by: Lars Wirzenius <liw@liw.fi> Sponsored-by: author
-rw-r--r--Cargo.toml3
1 files changed, 0 insertions, 3 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 31b53a2..768442a 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -6,6 +6,3 @@ edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
-anyhow = "1.0.75"
-log = "0.4.20"
-pretty_env_logger = "0.5.0"