aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
author[object Object] <max@bossi.ng>2025-07-16 11:51:18 +0200
committerGitHub <noreply@github.com>2025-07-16 11:51:18 +0200
commitb284510c1b66c9b830883d04097239756694221c (patch)
treed96c3975d78c4cf2ba0203e89d8d3bf8d56155dc /Cargo.toml
parentc40e7f89ecacce4fccf3403124f187f64ce7131b (diff)
feat!: dots-unlinking and ux changes
* start of unlink implementation * refactor: move dot logic out of main mod * feat: finish implementing unlinking of dots * chore: add test files to gitignore * chore: "use" cleanup * chore: add explanation and additional info to cli * chore: add crate description * chore: bump version to 2.0.0
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml4
1 files changed, 3 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 8f93c25..c158254 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,9 +1,11 @@
[package]
name = "dots"
-version = "1.0.0"
+description = "System-agnostic dotfile-deployer "
+version = "2.0.0"
edition = "2024"
[dependencies]
+clap = { version = "4.5.41", features = ["derive"] }
dirs = "6.0.0"
serde = { version = "1.0.219", features = ["derive"] }
toml = "0.9.2"