tuck 0.0.0

GNU Stow but in rust
Documentation
[package]
name = "tuck"
version = "0.0.0"
description = "GNU Stow but in rust"
authors = ["numToStr <sudo@vikasraj.dev>"]
edition = "2021"
homepage = "https://github.com/numToStr/tuck"
repository = "https://github.com/numToStr/tuck"
license-file = "LICENSE"
readme = "README.md"

[dependencies]
anyhow = "1.0.52"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies.clap]
version = "3.0.0-rc.9"
default-features = false
features = ["std", "derive", "cargo"]

[profile.release]
lto = true
codegen-units = 1
opt-level = 3
panic = "abort"