dfl 0.2.0

A command-line tool for managing your dotfiles with Git.
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
[package]
name = "dfl"
version = "0.2.0"
edition = "2024"
description = "A command-line tool for managing your dotfiles with Git."
authors = ["Aashish Thapa aashishthapa520@gmail.com"]
license = "MIT"
repository = "https://github.com/aashish-thapa/dfl"
readme = "README.md"
categories = ["command-line-utilities"]
keywords = ["cli", "tool", "dfl"]
exclude = [".gitignore", ".github"]

[dependencies]
duct = "0.13.6"
dirs = "5.0.1"