kelpdot 2.0.2

Simple dotfiles manager
Documentation
[dependencies.anyhow]
version = "1.0.38"

[dependencies.kelpdot_macros]
version = "2.0.1"

[dependencies.serde]
features = ["derive"]
version = "1.0.123"

[dependencies.serde_yaml]
version = "0.8.17"

[dependencies.structopt]
version = "0.3.21"

[lib]
name = "libkelp"
path = "src/exports.rs"

[package]
authors = ["Woomy4680-exe <github@woomy.ovh>"]
description = "Simple dotfiles manager"
edition = "2018"
homepage = "https://woomy4680-exe.github.io/kelp-docs/"
license = "MIT"
name = "kelpdot"
repository = "https://github.com/Woomy4680-exe/kelp"
version = "2.0.2"
[profile.release]
codegen-units = 1
lto = "yes"