[[bin]]
name = "dfl"
path = "src/main.rs"
[dependencies.dirs]
version = "5.0.1"
[dependencies.duct]
version = "0.13.6"
[package]
authors = ["Aashish Thapa aashishthapa520@gmail.com"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["command-line-utilities"]
description = "A command-line tool for managing your dotfiles with Git."
edition = "2024"
exclude = [".gitignore", ".github"]
keywords = ["cli", "tool", "dfl"]
license = "MIT"
name = "dfl"
readme = "README.md"
repository = "https://github.com/aashish-thapa/dfl"
version = "0.2.0"