15 lines
398 B
TOML
15 lines
398 B
TOML
[package]
|
|
name = "lndups"
|
|
version = "0.1.3"
|
|
edition = "2021"
|
|
description = "Hardlink duplicate files"
|
|
authors = ["George H <georgeh124v2@gmail.com>"]
|
|
repository = "https://github.com/ascendforever/lndups"
|
|
license = "GPL-3.0-or-later"
|
|
|
|
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
|
|
|
[dependencies]
|
|
shlex = "1.3"
|
|
smallvec = "1.13"
|
|
structopt = "0.3"
|