rustdupe 0.2.0

Smart duplicate file finder with interactive TUI
Documentation
1
2
3
4
5
6
7
8
9
# RustDupe Rust Toolchain Configuration
#
# This file pins the Rust toolchain version for reproducible builds.
# See: https://rust-lang.github.io/rustup/overrides.html

[toolchain]
channel = "1.85"
components = ["rustfmt", "clippy"]
profile = "default"