[package]
name = "fastcp-cli"
version = "0.2.2"
description = "a fast cp wrapper using --reflink=always"
license = "GPL-3.0-or-later"
repository = "https://github.com/CallMeAlphabet/fastcp"
edition = "2021"
[dependencies]
libc = "0.2"
clihelp = "0.1"
[profile.release]
opt-level = 3
lto = "fat"
codegen-units = 1
panic = "abort"
strip = "symbols"
[[bin]]
name = "fastcp"
path = "src/main.rs"