aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
blob: 848d5263fdf90c3938c8097725380c30d580d2e7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
[package]
name = "dots"
description = "System-agnostic dotfile-deployer "
version = "2.1.0"
edition = "2024"

[dependencies]
clap = { version = "4.5.41", features = ["derive"] }
dirs = "6.0.0"
serde = { version = "1.0.219", features = ["derive"] }
symlink = "0.1.0"
toml = "0.9.2"