diff options
| author | [object Object] <max@bossi.ng> | 2025-07-16 11:51:18 +0200 | 
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-07-16 11:51:18 +0200 | 
| commit | b284510c1b66c9b830883d04097239756694221c (patch) | |
| tree | d96c3975d78c4cf2ba0203e89d8d3bf8d56155dc /Cargo.toml | |
| parent | c40e7f89ecacce4fccf3403124f187f64ce7131b (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.toml | 4 | 
1 files changed, 3 insertions, 1 deletions
| @@ -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" | 
