[dependencies.anyhow]
version = "1.0.40"
[dependencies.kelpdot_macros]
version = "2.1.3"
[dependencies.serde]
features = ["derive"]
version = "1.0.126"
[dependencies.serde_yaml]
version = "0.8.17"
[lib]
name = "libkelp"
path = "src/exports.rs"
[package]
authors = ["Woomymy <github@woomy.ovh>"]
description = "Simple dotfiles manager"
edition = "2018"
homepage = "https://kelp.woomy.ovh"
license = "MIT"
license-file = "LICENSE"
name = "kelpdot"
readme = "README.md"
repository = "https://github.com/Woomymy/kelp"
version = "2.1.6"
[profile.release]
codegen-units = 1
lto = "yes"